Home | History | Annotate | Download | only in headers
      1 #if defined(__cplusplus)
      2 extern "C" {
      3 #endif
      4 
      5 #if defined(__arm__)
      6 int foo() __INTRODUCED_IN(9);
      7 #else
      8 int foo() __INTRODUCED_IN_FUTURE;
      9 #endif
     10 
     11 #if defined(__cplusplus)
     12 }
     13 #endif
     14