bionic/tools/versioner/tests/multiple_definition/headers/bar.h

12 lines
114 B
C
Raw Normal View History

2025-08-25 08:22:42 +08:00
#if defined(__cplusplus)
extern "C" {
#endif
static int foo() {
return 0;
}
#if defined(__cplusplus)
}
#endif