diff options
Diffstat (limited to 'Tests/Complex/Library/file2.cxx')
-rw-r--r-- | Tests/Complex/Library/file2.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/Complex/Library/file2.cxx b/Tests/Complex/Library/file2.cxx new file mode 100644 index 000000000..863fcaa51 --- /dev/null +++ b/Tests/Complex/Library/file2.cxx @@ -0,0 +1,10 @@ +#include <string.h> + +#ifdef CMAKE_IS_REALLY_FUN +This is a problem. Looks like REMOVE_DEFINITION does not work +#endif + +int file2() +{ + return 1; +} |