blob: 3593a765eae720c8ba142940b04951cdb45446f8 [file] [log] [blame]
Eric Blake59a92fe2015-11-18 01:52:56 -07001# C entity name collision
2# We reject names like 'q-unix', because they can collide with the mangled
3# name for 'unix' in generated C.
Eric Blake59a92fe2015-11-18 01:52:56 -07004{ 'enum': 'Foo', 'data': [ 'unix', 'q-Unix' ] }