Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / wildcard-submodule-exports / C_one.h
blobe3b7593b80c8c1e9453783b2673e553665fa058c
1 @import A.One;
2 @import B.One;
4 long *C1;