Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / preprocess / c.h
blob718f5dc182958b5c1395ae9480861409a7477eb0
1 #ifndef C_H
2 #define C_H
3 using T = int;
4 #endif