9 * check-name: enum-type-dubious
13 validation/enum-type-dubious.c:2:8: error: enumerator value for 'FOO' is not an integer constant
14 validation/enum-type-dubious.c:3:8: error: enumerator value for 'BAR' is not an integer constant
15 validation/enum-type-dubious.c:4:8: error: enumerator value for 'BAZ' is not an integer constant
16 validation/enum-type-dubious.c:5:8: error: enumerator value for 'QUX' is not an integer constant