3 lines
47 B
C
Raw Normal View History

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