* MAINTAINERS: Add a note that maintainership also includes web
[official-gcc.git] / gcc / testsuite / g++.dg / parse / error21.C
blob8c717d7e81113473faf13ac6ebcc6ae0eb2bc926
1 // PR c++/17393
2 // { dg-options "-Wall -fshow-column" }
4 struct A { };
6 void foo()
8   // Check that we do not complain about an unused
9   // compiler-generated variable.
10   A& = a; // { dg-error "6:expected unqualified-id before '=' token" "6" }
11   // { dg-error "8:'a' was not declared in this scope" "8" { target *-*-* } .-1 }