Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaCXX / Inputs / header-with-pragma-optimize-off.h
blobac5020697ebac42cddd82d56991ccb60e7a4521a
2 // Open an "off" region in this header.
3 #pragma clang optimize off
5 // Let the "off" region fall through to anything including this header.