blob: b0b06b748f862dd5adadeec7113911062ef455df [file] [log] [blame]
int f(int c)
{
switch (c)
{
case d: /* { dg-error "'d' was not declared" } */
int optBzip2 = true;
}
}