Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / private / private2.h
blob3b6cddc4d902824808ecfdf77f79bfe050657971
1 #ifndef PRIVATE2_H
2 #define PRIVATE2_H
4 #include "common.h"
6 struct mitts_off2 { common field; };
7 struct mitts_off2 hidden_variable2;
9 #endif