Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Inputs / Frameworks / DocCommentsB.framework / Headers / DocCommentsB.h
blobaf279e3ce5f9c18e961aa59861565749279862f4
1 /// Comment for 'functionFromDocCommentsB1'.
2 void functionFromDocCommentsB1(void);
4 #import <DocCommentsC/DocCommentsC.h>
6 /// Comment for 'functionFromDocCommentsB2'.
7 void functionFromDocCommentsB2(void);