2 // { dg-options "-Wall -fshow-column" }
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 *-*-* } 10 }