Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / at-import-in-framework-header / A.framework / Headers / A.h
blobc6f47d3b4735a8aa2280a234a35a1f5e9b3f0257
1 @import B;
2 int foo(void);