1# we reject enums where members will clash when mapped to C enum 2 3## 4# @MyEnum: 5## 6{ 'enum': 'MyEnum', 'data': [ 'one-two', 'one_two' ] } 7