blob: e9630e5f1678271828c63206a55fbf59b1784e2e [file] [log] [blame]
Josh Gao5317f2d2017-06-30 14:35:00 -07001#if defined(__cplusplus)
2extern "C" {
3#endif
4
5int foo() __INTRODUCED_IN(9) __REMOVED_IN(11);
6
7#if defined(__cplusplus)
8}
9#endif