qemu-e2k/tests/qapi-schema/redefined-builtin.json

7 lines
113 B
JSON

# we reject types that duplicate builtin names
##
# @size:
##
{ 'struct': 'size', 'data': { 'myint': 'size' } }