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