hw/intc/armv7m_nvic: Don't hardcode M profile ID registers in NVIC
[qemu/kevin.git] / tests / qapi-schema / reserved-member-underscore.json
blob4a3a0176381b6af918067f9d9ced5ed56aead43f
1 # C member name collision
2 # We reject use of a single leading underscore in all names (names must
3 # begin with a letter or a downstream extension double-underscore prefix).
4 { 'struct': 'Oops', 'data': { '_oops': 'str' } }