qemu

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

redefined-type.json (124B)


      1 # we reject types defined more than once
      2 { 'struct': 'Foo', 'data': { 'one': 'str' } }
      3 { 'enum': 'Foo', 'data': [ 'two' ] }