diff options
Diffstat (limited to 'Tests/RunCMake/Autogen/SkipLinting.cxx')
-rw-r--r-- | Tests/RunCMake/Autogen/SkipLinting.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/Autogen/SkipLinting.cxx b/Tests/RunCMake/Autogen/SkipLinting.cxx new file mode 100644 index 0000000..9e09b27 --- /dev/null +++ b/Tests/RunCMake/Autogen/SkipLinting.cxx @@ -0,0 +1,6 @@ +#include "SkipLinting.h" + +int main() +{ + return 0; +} |