blob: a634331cdd81a453ef17839c24101a6e1dfc28b0 [file] [log] [blame]
Eric Blakedd883c62015-05-04 09:05:21 -06001# we reject a base that is not a struct
Eric Blake9050c652015-05-04 09:05:14 -06002{ 'union': 'Union', 'data': { 'a': 'int', 'b': 'str' } }
Eric Blake895a2a82015-05-04 09:05:27 -06003{ 'struct': 'MyType', 'base': 'Union', 'data': { 'c': 'int' } }