]> Git Repo - qemu.git/blame - tests/qapi-schema/reserved-type-list.json
tests/qapi-schema: Test for reserved names, empty struct
[qemu.git] / tests / qapi-schema / reserved-type-list.json
CommitLineData
19767083
EB
1# Potential C name collision
2# FIXME - This parses and compiles on its own, but prevents the user from
3# creating a type named 'Foo' and using ['Foo'] for an array. We should
4# reject the use of any type names ending in 'List'.
5{ 'struct': 'FooList', 'data': { 's': 'str' } }
This page took 0.023094 seconds and 4 git commands to generate.