diff options
Diffstat (limited to 'Tests/Properties/subdirtest.cxx')
-rw-r--r-- | Tests/Properties/subdirtest.cxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/Properties/subdirtest.cxx b/Tests/Properties/subdirtest.cxx new file mode 100644 index 0000000..02d8f3d --- /dev/null +++ b/Tests/Properties/subdirtest.cxx @@ -0,0 +1,9 @@ + +#ifndef SUBDIR_TEST +#error Expected SUBDIR_TEST +#endif + +int main(int, char**) +{ + return 0; +} |