Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / cxx-noexcept-expr / Inputs / F.cpp
blob2c48ad652a6ed54eeab13a7d32b1a4e26c47eec0
1 bool f() { return noexcept(1); }