diff options
Diffstat (limited to 'xsd/tests/cxx/tree/polymorphism/ostream/output')
-rw-r--r-- | xsd/tests/cxx/tree/polymorphism/ostream/output | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xsd/tests/cxx/tree/polymorphism/ostream/output b/xsd/tests/cxx/tree/polymorphism/ostream/output new file mode 100644 index 0000000..e7fbd68 --- /dev/null +++ b/xsd/tests/cxx/tree/polymorphism/ostream/output @@ -0,0 +1,18 @@ + +base: +a: a +fund: 1 +base: +a: a +fund: 1 +b: b +base: +a: a +fund: 1 +c: c1 +c: c2 +base: +a: a +fund: 1 +d: d1 +d: d2 |