2010-03-17 14:00:29 +02:00

3 lines
51 B
C

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