xref: /llvm-project/clang/test/Index/Inputs/Frameworks/DocCommentsB.framework/Headers/DocCommentsB.h (revision 9ee0e303d68054a8fdb1b071a7de6ddcc8b9ecd9)
1 /// Comment for 'functionFromDocCommentsB1'.
2 void functionFromDocCommentsB1(void);
3 
4 #import <DocCommentsC/DocCommentsC.h>
5 
6 /// Comment for 'functionFromDocCommentsB2'.
7 void functionFromDocCommentsB2(void);
8