Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / merge-target-features / foo.h
blob1c8b3f62826a60200ce403c6e9309fbfdcce4074
1 #ifndef FOO_H
2 #define FOO_H
4 int foo(int x) {
5 return x + 42;
8 #endif // FOO_H