summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.Function-Argument-default-xml.txt
blob: 8160551745a5e228366427d4719dc3bbeb4eb59a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
^<\?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" default="123"/>
    <Argument type="_5" location="f1:1" file="f1" line="1" default="&quot;abc&quot;"/>
  </Function>
  <FundamentalType id="_2" name="void"/>
  <FundamentalType id="_4" name="int"/>
  <PointerType id="_5" type="_7c"/>
  <Namespace id="_3" name="::"/>
  <FundamentalType id="_7" name="char"/>
  <CvQualifiedType id="_7c" type="_7" const="1"/>
  <File id="f1" name=".*/test/input/Function-Argument-default.cxx"/>
</GCC_XML>$