Home | History | Annotate | Download | only in headers
      1 #if defined(__cplusplus)
      2 extern "C" {
      3 #endif
      4 
      5 static int foo() {
      6   return 0;
      7 }
      8 
      9 #if defined(__cplusplus)
     10 }
     11 #endif
     12