hw/arm/virt-acpi-build: don't save VirtGuestInfo on AcpiBuildState
[qemu/ar7.git] / tests / qapi-schema / enum-bad-name.json
blob8506562b313fdc9d2e9e5651230b3f81555e3788
1 # we ensure all enum names can map to C
2 { 'enum': 'MyEnum', 'data': [ 'not^possible' ] }