blob: 5a01ce8c88aaebc1a9d76719f679a261b412d81b [file]
extern int g (void);
int
f (void)
{
return g();
}