tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with aio-posix.c
[qemu/ar7.git] / tests / qapi-schema / reserved-type-list.json
blob98d53bf808f6c7e07ec75e14722b21a9187ae8b6
1 # Potential C name collision
2 # We reserve names ending in 'List' for use by array types.
3 # TODO - we could choose array names to avoid collision with user types,
4 # in order to let this compile
5 { 'struct': 'FooList', 'data': { 's': 'str' } }