mirror of
https://github.com/xemu-project/xemu.git
synced 2024-12-27 22:47:18 +00:00
6 lines
266 B
JSON
6 lines
266 B
JSON
|
# C member name collision
|
||
|
# FIXME - This parses, but fails to compile, because the C struct is given
|
||
|
# two 'a_b' members. Either reject this at parse time, or munge the C names
|
||
|
# to avoid the collision.
|
||
|
{ 'command': 'oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }
|