Fix test-suite fallout of default -Wreturn-type.
[official-gcc.git] / gcc / testsuite / g++.dg / init / switch1.C
bloba964a29df587cf3a3473fbeccdeb9a43d24c14a4
1 void f(int c)
3   switch (c)
4   {
5     case d: /* { dg-error "'d' was not declared" } */
6      int optBzip2 = true;
7   }