hw/core/loader.c: Track last-seen ROM in rom_check_and_register_reset()
[qemu/ar7.git] / tests / qapi-schema / alternate-conflict-bool-string.json
blob0544de10f345c3efc31316acb382c93de152ed05
1 # alternate branches of 'str' type conflict with all scalar types
2 { 'alternate': 'Alt',
3   'data': { 'one': 'bool',
4             'two': 'str' } }