qemu

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

reserved-enum-q.json (183B)


      1 # C entity name collision
      2 # We reject names like 'q-unix', because they can collide with the mangled
      3 # name for 'unix' in generated C.
      4 { 'enum': 'Foo', 'data': [ 'unix', 'q-Unix' ] }