2018-07-20 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / diagnostic / unclosed-struct.C
blob8c206bbecc46049f2d5269e7cc6d326e468dff61
1 struct unclosed { /* { dg-message "17: to match this '.'" } */
2   int dummy; /* { dg-error "12: expected '.' at end of input" } */
3   // { dg-error "expected unqualified-id at end of input" "" { target *-*-* } .-1 }