aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/redefined-builtin.json
blob: df328ccc6622fc3b6e0b1042eef9230f99eddcd4 (plain)
1
2
# we reject types that duplicate builtin names
{ 'type': 'size', 'data': { 'myint': 'size' } }