aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/pr90590-2.c
blob: 23da97f9d7479304467c49d5cced3c1e2c6619dc (plain)
1
2
3
4
5
6
7
8
9
10
11
// PR c++/90590
// { dg-options -Wswitch }

#include "pr90590-2.h"

void
fn ()
{
  switch (c.b) // { dg-bogus "enumeration value" }
    ;
}