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