diff options
Diffstat (limited to 'test cases/cmake/17 include path order/subprojects/cmMod/incL')
-rw-r--r-- | test cases/cmake/17 include path order/subprojects/cmMod/incL/cmMod.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/cmake/17 include path order/subprojects/cmMod/incL/cmMod.hpp b/test cases/cmake/17 include path order/subprojects/cmMod/incL/cmMod.hpp new file mode 100644 index 0000000..8294104 --- /dev/null +++ b/test cases/cmake/17 include path order/subprojects/cmMod/incL/cmMod.hpp @@ -0,0 +1,4 @@ +// cmMod.hpp (L) +#pragma once + +#error "cmMod.hpp in incL must not be included" |