Home | History | Annotate | Download | only in headers
      1 int foo();
      2 
      3 #if defined(__i386__)
      4 int bar();
      5 #endif
      6