qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

struct-member-invalid-dict.json (157B)


      1 # struct 'data' member with dict value is (longhand) member
      2 # definition, not inline complex type
      3 { 'struct': 'Foo',
      4   'data': { '*a': { 'case': 'foo' } } }