]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/bad-if-empty-list.json
scripts: Explicit usage of Python 3 (scripts without __main__)
[mirror_qemu.git] / tests / qapi-schema / bad-if-empty-list.json
1 # check empty 'if' list
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3 'if': [] }