cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

alternate-conflict-enum-int.json (190B)


      1# alternate branches of 'enum' type that conflicts with numbers
      2{ 'enum': 'Enum',
      3  'data': [ '1', '2', '3' ] }
      4{ 'alternate': 'Alt',
      5  'data': { 'one': 'Enum',
      6            'two': 'int' } }