blob: 194e85273f91e2af390ae529f4015226037b71fa [file] [log] [blame]
int f(void);
int main(void)
{
return f();
}