#if defined(__cplusplus)
extern "C" {
#endif

int foo() __INTRODUCED_IN(9);

#if defined(__cplusplus)
}
#endif