xref: /llvm-project/clang/test/Modules/Inputs/gnumode-non-benign/module.h (revision cccdd330f2f76b746d5e54a6f23d6e5bd5c03afd)
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
6