aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/bad-ident.json
blob: b43df7a3e04bb102ffe468f0840fbc6dcecfd165 (plain)
1
2
3
4
5
6
# we reject creating a type name with bad name

##
# @*oops:
##
{ 'struct': '*oops', 'data': { 'i': 'int' } }