qemu

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

alternate-base.json (161B)


      1 # we reject alternate with base type
      2 { 'struct': 'Base',
      3   'data': { 'string': 'str' } }
      4 { 'alternate': 'Alt',
      5   'base': 'Base',
      6   'data': { 'number': 'int' } }