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