blob: b6928b8bfdc9c221d1ff7dfbc345bc9259e2b4ae [file] [log] [blame]
# we reject enums where members will clash when mapped to C enum
{ 'enum': 'MyEnum', 'data': [ 'one-two', 'one_two' ] }