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