Clang Project

clang_source_code/test/Modules/Inputs/gnumode-non-benign/module.h
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