1 #if defined(__cplusplus) 2 extern "C" { 3 #endif 4 5 int foo() __VERSIONER_NO_GUARD __INTRODUCED_IN(14); 6 7 #if defined(__cplusplus) 8 } 9 #endif 10
1 #if defined(__cplusplus) 2 extern "C" { 3 #endif 4 5 int foo() __VERSIONER_NO_GUARD __INTRODUCED_IN(14); 6 7 #if defined(__cplusplus) 8 } 9 #endif 10