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

10 lines
133 B
C

#if defined(__cplusplus)
extern "C" {
#endif
int foo() __VERSIONER_NO_GUARD __INTRODUCED_IN(14);
#if defined(__cplusplus)
}
#endif