summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.using-declaration-start.xml.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/expect/gccxml.any.using-declaration-start.xml.txt')
-rw-r--r--test/expect/gccxml.any.using-declaration-start.xml.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/expect/gccxml.any.using-declaration-start.xml.txt b/test/expect/gccxml.any.using-declaration-start.xml.txt
new file mode 100644
index 0000000..ce8242d
--- /dev/null
+++ b/test/expect/gccxml.any.using-declaration-start.xml.txt
@@ -0,0 +1,7 @@
+^<\?xml version="1.0"\?>
+<GCC_XML[^>]*>
+ <Class id="_1" name="start" context="_2" location="f1:2" file="f1" line="2" incomplete="1"/>
+ <Namespace id="_2" name="N" context="_3"/>
+ <Namespace id="_3" name="::"/>
+ <File id="f1" name=".*/test/input/using-declaration-start.cxx"/>
+</GCC_XML>$