blob: 4830a68bcb376b33b9d06851902c20049c36fc7f [file] [log] [blame]
Josh Gao5317f2d2017-06-30 14:35:00 -07001#if defined(__cplusplus)
2extern "C" {
3#endif
4
Josh Gaobf8a2852016-05-27 11:59:09 -07005int foo();
6
7#if defined(__i386__)
8int bar();
9#endif
Josh Gao5317f2d2017-06-30 14:35:00 -070010
11#if defined(__cplusplus)
12}
13#endif