bionic/tools/versioner/tests/preprocessor_no_guard/expected/foo.h

10 lines
133 B
C
Raw Normal View History

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