PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / diagnostic / unclosed-namespace.C
blobff113226cc7192ae10c0e9c41f381a014bdfc2af
1 namespace unclosed { /* { dg-message "20: to match this '.'" } */
2 int filler; /* { dg-error "11: expected '.' at end of input" } */