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