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