| Josh Gao | 5317f2d | 2017-06-30 14:35:00 -0700 | [diff] [blame] | 1 | #if defined(__cplusplus) |
| 2 | extern "C" { | ||||
| 3 | #endif | ||||
| 4 | |||||
| Josh Gao | 1a176de | 2016-11-04 13:15:11 -0700 | [diff] [blame] | 5 | static int foo() { |
| 6 | return 0; | ||||
| 7 | } | ||||
| Josh Gao | 5317f2d | 2017-06-30 14:35:00 -0700 | [diff] [blame] | 8 | |
| 9 | #if defined(__cplusplus) | ||||
| 10 | } | ||||
| 11 | #endif | ||||