Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / private / common.h
blob17d5444b650fec11b1d385634fc6b8c427e81da8
1 #ifndef COMMON_H
2 #define COMMON_H
4 typedef int common;
6 #endif