Clang Project

clang_source_code/test/Index/Inputs/Frameworks/DocCommentsB.framework/Headers/DocCommentsB.h
1/// Comment for 'functionFromDocCommentsB1'.
2void functionFromDocCommentsB1(void);
3
4#import <DocCommentsC/DocCommentsC.h>
5
6/// Comment for 'functionFromDocCommentsB2'.
7void functionFromDocCommentsB2(void);
8