mirror of
https://github.com/xemu-project/xemu.git
synced 2025-01-01 17:20:42 +00:00
5 lines
222 B
JSON
5 lines
222 B
JSON
|
# C member name collision
|
||
|
# We reject use of a single leading underscore in all names (names must
|
||
|
# begin with a letter or a downstream extension double-underscore prefix).
|
||
|
{ 'struct': 'Oops', 'data': { '_oops': 'str' } }
|