Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / private1 / private1.h
blob3f41cc0181d5759af6b35b4431c004f1164f51cd
1 #ifndef PRIVATE1_H
2 #define PRIVATE1_H
4 #include "common.h"
6 struct mitts_off1 { common field; };
7 struct mitts_off1 hidden_variable1;
9 #endif