2017-04-14 19:02:05 +02:00

7 lines
50 B
C++

extern int foo();
int main()
{
return foo();
}