blob: a3258e798e6d27a2d79f125206b77c8cb86df5ae [file] [log] [blame]
#if defined(__cplusplus)
extern "C" {
#endif
#if defined(__arm__)
int foo() __INTRODUCED_IN(9);
#else
int foo() __INTRODUCED_IN_FUTURE;
#endif
#if defined(__cplusplus)
}
#endif