mirror of
https://github.com/qemu/qemu.git
synced 2025-01-09 07:03:33 +08:00
4 lines
133 B
JSON
4 lines
133 B
JSON
|
# check unknown 'if' dict key
|
||
|
{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
|
||
|
'if': { 'value': 'defined(TEST_IF_STRUCT)' } }
|