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

int foo() __REMOVED_IN(12);

#if defined(__cplusplus)
}
#endif