Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / diagnostic / unclosed-namespace.C
blobfc3fc08595aca921247c7a5452d5fa33fb893b3b
1 namespace unclosed { /* { dg-message "20: to match this '.'" } */
2 int filler; /* { dg-error "12:expected '.' at end of input" } */