summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Class-base-offset.xml.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/expect/gccxml.any.Class-base-offset.xml.txt')
-rw-r--r--test/expect/gccxml.any.Class-base-offset.xml.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/expect/gccxml.any.Class-base-offset.xml.txt b/test/expect/gccxml.any.Class-base-offset.xml.txt
new file mode 100644
index 0000000..14f49b6
--- /dev/null
+++ b/test/expect/gccxml.any.Class-base-offset.xml.txt
@@ -0,0 +1,11 @@
+^<\?xml version="1.0"\?>
+<GCC_XML[^>]*>
+ <Class id="_1" name="start" context="_2" location="f1:4" file="f1" line="4" members="_3 _4 _5 _6" bases="_7 _8 _9" size="[0-9]+" align="[0-9]+">
+ <Base type="_7" access="public" virtual="0" offset="0"/>
+ <Base type="_8" access="public" virtual="0" offset="1"/>
+ <Base type="_9" access="public" virtual="0" offset="2"/>
+ </Class>
+.*
+ <Namespace id="_2" name="::"/>
+ <File id="f1" name=".*/test/input/Class-base-offset.cxx"/>
+</GCC_XML>$