diff options
Diffstat (limited to 'Tests/CMakeCommands/target_compile_features/main.cpp')
-rw-r--r-- | Tests/CMakeCommands/target_compile_features/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/CMakeCommands/target_compile_features/main.cpp b/Tests/CMakeCommands/target_compile_features/main.cpp new file mode 100644 index 0000000..fe29b04 --- /dev/null +++ b/Tests/CMakeCommands/target_compile_features/main.cpp @@ -0,0 +1,6 @@ + +int main(int, char **) +{ + auto i = 0; + return i; +} |