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

int foo() __INTRODUCED_IN(9);

#if defined(__cplusplus)
}
#endif