repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
target/ppc: Implement prefixed integer load instructions
[qemu.git]
/
tests
/
qapi-schema
/
alternate-conflict-enum-int.json
blob
beb428c10bbd1e6ba916e6906db9aa3bd84e22e9
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' } }