aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/union-max.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/union-max.json')
-rw-r--r--tests/qapi-schema/union-max.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qapi-schema/union-max.json b/tests/qapi-schema/union-max.json
new file mode 100644
index 00000000..d6ad9869
--- /dev/null
+++ b/tests/qapi-schema/union-max.json
@@ -0,0 +1,3 @@
+# we reject 'max' branch in a union, for collision with C enum
+{ 'union': 'Union',
+ 'data': { 'max': 'int' } }