Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Misc / Inputs / include.h
blobfe179e9a3a2e9272a2d91b22431ea5e7ee572ef5
1 #define EQUALS(a,b) a == b
3 // It's important for sloc_usage.cpp that this file does not have proper
4 // include guards.
5 #ifndef FOO_DEFINED
6 #define FOO_DEFINED
7 int foo(int x) { return x; }
8 #endif