qemu

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

bad-type-int.json (173B)


      1 # we reject an expression with a metatype that is not a string
      2 # FIXME: once the parser understands integer inputs, improve the error message
      3 { 'struct': 123, 'data': { } }