summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CompileFeatures/main.cpp')
-rw-r--r--Tests/CompileFeatures/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/CompileFeatures/main.cpp b/Tests/CompileFeatures/main.cpp
new file mode 100644
index 0000000..3a8e0fc
--- /dev/null
+++ b/Tests/CompileFeatures/main.cpp
@@ -0,0 +1,6 @@
+
+int main(int,char**)
+{
+ auto value = 0;
+ return value;
+}