target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
[qemu/rayw.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' }