3 lines
120 B
JSON
3 lines
120 B
JSON
|
# we reject enums where members will clash when mapped to C enum
|
||
|
{ 'enum': 'MyEnum', 'data': [ 'one-two', 'one_two' ] }
|