blob: 7563a7d5f8838cfe10dd756cfbd88a557057c4f1 [file]
extern int f (void);
int
main (void)
{
return f();
}