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