|
@@ -4,4 +4,5 @@
|
|
# This is true even for non-unions, because it is possible to convert a
|
|
# This is true even for non-unions, because it is possible to convert a
|
|
# struct to flat union while remaining backwards compatible in QMP.
|
|
# struct to flat union while remaining backwards compatible in QMP.
|
|
# TODO - we could munge the member name to 'q_u' to avoid the collision
|
|
# TODO - we could munge the member name to 'q_u' to avoid the collision
|
|
-{ 'struct': 'Oops', 'data': { 'u': 'str' } }
|
|
|
|
|
|
+# BUG: not rejected
|
|
|
|
+{ 'struct': 'Oops', 'data': { '*u': 'str' } }
|