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