Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / gnumode-non-benign / module.h
blobefde0ad70c55319384147bd79aefd9f2ddea36ac
1 // Check for GNUMode = 1 by looking for the "linux" define which only exists
2 // for GNUMode = 1.
3 #ifdef linux
4 #error "Submodule has GNUMode=1"
5 #endif