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