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

10 lines
108 B
C
Raw Normal View History

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