diff options
Diffstat (limited to 'Tests/ComplexOneConfig/Executable/complex.file.cxx')
-rw-r--r-- | Tests/ComplexOneConfig/Executable/complex.file.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/ComplexOneConfig/Executable/complex.file.cxx b/Tests/ComplexOneConfig/Executable/complex.file.cxx new file mode 100644 index 0000000..5596430 --- /dev/null +++ b/Tests/ComplexOneConfig/Executable/complex.file.cxx @@ -0,0 +1,8 @@ +#if 0 +# include "cmMissingHeader.h" +#endif + +int main(int, char**) +{ + return 0; +} |