blob: ea35f3609337b5444aedf807f7d63d9ba5d89bee [file] [log] [blame]
#if defined(__cplusplus)
extern "C" {
#endif
#if __ANDROID_API__ <= 9
int foo() __INTRODUCED_IN(9);
#else
int foo() __INTRODUCED_IN(10);
#endif
#if defined(__cplusplus)
}
#endif