blob: a3258e798e6d27a2d79f125206b77c8cb86df5ae [file] [log] [blame]
Josh Gao5317f2d2017-06-30 14:35:00 -07001#if defined(__cplusplus)
2extern "C" {
3#endif
4
Josh Gaod67dbf02016-06-02 15:21:14 -07005#if defined(__arm__)
Josh Gaobfb6bae2016-07-15 17:25:21 -07006int foo() __INTRODUCED_IN(9);
Josh Gaod67dbf02016-06-02 15:21:14 -07007#else
Josh Gaobfb6bae2016-07-15 17:25:21 -07008int foo() __INTRODUCED_IN_FUTURE;
Josh Gaod67dbf02016-06-02 15:21:14 -07009#endif
Josh Gao5317f2d2017-06-30 14:35:00 -070010
11#if defined(__cplusplus)
12}
13#endif