aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/polymorphism/any-type/test-000.std
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/hybrid/polymorphism/any-type/test-000.std')
-rw-r--r--tests/cxx/hybrid/polymorphism/any-type/test-000.std15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/cxx/hybrid/polymorphism/any-type/test-000.std b/tests/cxx/hybrid/polymorphism/any-type/test-000.std
new file mode 100644
index 0000000..0c40a51
--- /dev/null
+++ b/tests/cxx/hybrid/polymorphism/any-type/test-000.std
@@ -0,0 +1,15 @@
+<t:root xmlns:t="test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <t:any></t:any>
+ <t:any></t:any>
+ <t:base x="abc">
+ <a>123</a>
+ <b>abc</b>
+ </t:base>
+ <t:any x="xyz" xsi:type="t:derived">
+ <a>123</a>
+ <b>abc</b>
+ <c>9</c>
+ <c>8</c>
+ <c>7</c>
+ </t:any>
+</t:root> \ No newline at end of file