blob: 390f7d155edf9a618c1c6282c5010dc92a892bc2 [file] [log] [blame] [edit]
extern int foo(void);
int main(void)
{
return foo();
}