target/arm: Use _ra versions of cpu_stl_data() in v7M helpers
[qemu/ar7.git] / tests / qapi-schema / doc-bad-command-arg.json
blob048e0fc5ef8eb891bb95a8b3b0c331a10b26de53
1 # Arguments listed in the doc comment must exist in the actual schema
3 ##
4 # @foo:
5 # @a: a
6 # @b: b
7 ##
8 { 'command': 'foo', 'data': {'a': 'int'} }