Josh Gao | 5317f2d | 2017-06-30 14:35:00 -0700 | [diff] [blame] | 1 | #if defined(__cplusplus) |
2 | extern "C" { | ||||
3 | #endif | ||||
4 | |||||
Josh Gao | bfb6bae | 2016-07-15 17:25:21 -0700 | [diff] [blame] | 5 | int foo() __INTRODUCED_IN_FUTURE; |
Josh Gao | 5317f2d | 2017-06-30 14:35:00 -0700 | [diff] [blame] | 6 | |
7 | #if defined(__cplusplus) | ||||
8 | } | ||||
9 | #endif |