1 #include "c.h"
2 
b_fun()3 int b_fun(){
4 return c_fun();
5 }
6