]> Git Repo - qemu.git/blob - tests/qapi-schema/redefined-type.json
build: Use $(CCAS) for compiling .S files
[qemu.git] / tests / qapi-schema / redefined-type.json
1 # we reject types defined more than once
2 { 'struct': 'foo', 'data': { 'one': 'str' } }
3 { 'enum': 'foo', 'data': [ 'two' ] }
This page took 0.024785 seconds and 4 git commands to generate.