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