summaryrefslogtreecommitdiff
path: root/tools/versioner/tests/multiple_decl_mismatch/headers/foo.h
blob: 8e8f98c62b7662ed0b5dd1fff516c00c83b74e59 (plain)
1
2
3
4
5
6
7
8
9
#if defined(__cplusplus)
extern "C" {
#endif

int foo() __REMOVED_IN(9);

#if defined(__cplusplus)
}
#endif