aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/tests/handwritten/dubious-enum.c
blob: 12ee668370f35a9eae8f9ef79b564670656904ec (plain)
1
2
3
4
5
6
7
int f (void)
{
  int x = sizeof(enum e;
  /* Maybe a closing parenthesis is missing,
     maybe also "enum e" could be continued with an opening brace.
     Our message ignores the latter possibility. */
}