================
@@ -14,6 +14,9 @@ void f() {
struct PR209000 {
} auto; // expected-error {{'auto' cannot be combined with a type specifier}}
+auto union { // expected-error {{cannot combine with previous 'auto'
declaration specifier}}
+} foo<>; // expected-error {{no template named 'foo'}}
----------------
osamakader wrote:
Done. please check.
https://github.com/llvm/llvm-project/pull/210085
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits