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