Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / preprocess / file.h
blob84cf22a337406dd957a26b6c97ebb72266abf30b
1 #include "other.h"
3 #ifndef FILE_H
4 #define FILE_H
5 struct __FILE;
6 #include "fwd.h"
7 typedef struct __FILE FILE;
8 typedef foo bar;
9 #endif