blob: a06fb30a812f7522702c4775fccf6bac690c0614 [file] [log] [blame]
/* This is intended to be a vague simulation of cfront output. */
#line 1 "langs2.cxx"
extern int csub (int);
int
foo__Fi (int x)
{
return csub (x / 2);
}
extern int cppsub_ (int *y);
int
cppsub_ (int * y)
{
return foo__Fi (*y);
}