1# Cover branch with invalid 'if' 2# FIXME not rejected, would generate '#if \n' 3{ 'enum': 'Branches', 'data': ['branch1'] } 4{ 'struct': 'Stru', 'data': { 'member': 'str' } } 5{ 'union': 'Uni', 6 'base': { 'tag': 'Branches' }, 'discriminator': 'tag', 7 'data': { 'branch1': { 'type': 'Stru', 'if': [''] } } } 8