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

int block_merging_1() __INTRODUCED_IN(10); // foo
int block_merging_2() __INTRODUCED_IN(10); /* bar */
int block_merging_3() __INTRODUCED_IN(10); /* baz
//*/
int block_merging_4() __INTRODUCED_IN(10);

#if defined(__cplusplus)
}
#endif