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