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