summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/target_compile_features/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeCommands/target_compile_features/main.cpp')
-rw-r--r--Tests/CMakeCommands/target_compile_features/main.cpp6
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;
+}