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