We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2261b93 commit c80b932Copy full SHA for c80b932
regression/cpp/auto2/main.cpp
@@ -0,0 +1,4 @@
1
+int main()
2
+{
3
+ auto int x = 42;
4
+}
regression/cpp/auto2/test.desc
@@ -0,0 +1,8 @@
+CORE
+main.cpp
+
+^EXIT=0$
5
+^SIGNAL=0$
6
+--
7
+^warning: ignoring
8
+^CONVERSION ERROR$
regression/cpp/auto3/main.cpp
@@ -0,0 +1,5 @@
+ // should yield a parse error unless in C++11 (or later) mode
+ auto x = 42;
regression/cpp/auto3/test.desc
@@ -0,0 +1,9 @@
+^EXIT=(64|1)$
+parse error
9
0 commit comments