aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/diagnostic/unclosed-function.C
blob: e1e15504172b9c89cf1e58e45c72c065b592c8d6 (plain)
1
2
3
void test (void)
{ /* { dg-message "1: to match this '.'" } */
  int filler; /* { dg-error "13: expected '.' at end of input" } */