3 lines
51 B
C
Raw Normal View History

2010-03-17 14:00:29 +02:00
extern int foo(void);
int main() { return foo(); }