blob: 62bd4b4b22bc6927d4ea85e97087e03e84297746 [file] [log] [blame]
extern int foo(void);
int main(void)
{
return foo();
}