Clang Project
clang_source_code
/
test
/
Index
/
reparse-with-remaps
/
test.h-1
1
2
void test1(void);
3
void test2(void);
4
5
/// Comment for bar
6
void bar(void);
7