blob: 23da97f9d7479304467c49d5cced3c1e2c6619dc [file] [log] [blame]
// PR c++/90590
// { dg-options -Wswitch }
#include "pr90590-2.h"
void
fn ()
{
switch (c.b) // { dg-bogus "enumeration value" }
;
}