0111-doubledef.c (73B)
1 int foo(void); 2 int foo(void); 3 #define FOO 0 4 5 int 6 main() 7 { 8 return FOO; 9 }