//ww:error "enum storage type must be integer" // Lifted from test/wcc/850_enum_reject.c reject_row "nonint_stor": a // non-integer enum storage type must be LOUD-rejected by both stages. // The directive's substring is the shared diagnostic body (no file:line // prefix, which differs cstage vs wwstage) — the #20 non-vacuity anchor. package main; type e = enum f64 { A }; fn main() i32 = { return e.A as i32; };