2010-01-28 16:48:20 -05:00

3 lines
51 B
C

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