Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / cxx-header.h
blobee52c639116a29e8063bce8628d9a33cc978df74
1 #ifndef CXX_HEADER_H
2 #define CXX_HEADER_H
3 inline int f() { return 0; }
4 #endif