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

10 lines
109 B
C
Raw Normal View History

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