blob: 29592c612b26bdd612787c761497351be2c59106 [file] [log] [blame]
Josh Gao5317f2d2017-06-30 14:35:00 -07001#if defined(__cplusplus)
2extern "C" {
3#endif
4
Josh Gao1a176de2016-11-04 13:15:11 -07005static int foo() {
6 return 0;
7}
Josh Gao5317f2d2017-06-30 14:35:00 -07008
9#if defined(__cplusplus)
10}
11#endif