diff options
Diffstat (limited to 'tests/qapi-schema/struct-base-clash-base.out')
-rw-r--r-- | tests/qapi-schema/struct-base-clash-base.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/qapi-schema/struct-base-clash-base.out b/tests/qapi-schema/struct-base-clash-base.out new file mode 100644 index 0000000000..e69a416560 --- /dev/null +++ b/tests/qapi-schema/struct-base-clash-base.out @@ -0,0 +1,5 @@ +object :empty +object Base +object Sub + base Base + member base: str optional=False |