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