hw/core/loader.c: Track last-seen ROM in rom_check_and_register_reset()
[qemu/ar7.git] / tests / qapi-schema / duplicate-key.json
blob06b55840c9484ed2baa9235dde2d85c19df65a98
1 # Cannot include the same key more than once in any {}
2 { 'key': 'value',
3   'key': 'value' }