summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Function-Argument-decay.xml.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/expect/gccxml.any.Function-Argument-decay.xml.txt')
-rw-r--r--test/expect/gccxml.any.Function-Argument-decay.xml.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/expect/gccxml.any.Function-Argument-decay.xml.txt b/test/expect/gccxml.any.Function-Argument-decay.xml.txt
new file mode 100644
index 0000000..d295f6d
--- /dev/null
+++ b/test/expect/gccxml.any.Function-Argument-decay.xml.txt
@@ -0,0 +1,17 @@
+^<\?xml version="1.0"\?>
+<GCC_XML[^>]*>
+ <Function id="_1" name="start" returns="_2" context="_3" location="f1:1" file="f1" line="1">
+ <Argument type="_4" location="f1:1" file="f1" line="1"/>
+ <Argument type="_4" location="f1:1" file="f1" line="1"/>
+ <Argument type="_5" location="f1:1" file="f1" line="1"/>
+ </Function>
+ <FundamentalType id="_2" name="void"/>
+ <PointerType id="_4" type="_6"/>
+ <PointerType id="_5" type="_7"/>
+ <Namespace id="_3" name="::"/>
+ <FundamentalType id="_6" name="int"/>
+ <FunctionType id="_7" returns="_6">
+ <Argument type="_6"/>
+ </FunctionType>
+ <File id="f1" name=".*/test/input/Function-Argument-decay.cxx"/>
+</GCC_XML>$