summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Function-throw.xml.txt
blob: 7be0b22311c22f858e89873e84f0e189e5469e68 (plain)
1
2
3
4
5
6
7
8
9
10
11
^<\?xml version="1.0"\?>
<GCC_XML[^>]*>
  <Function id="_1" name="start" returns="_2" context="_3" location="f1:1" file="f1" line="1" throws="_4 _5">
    <Argument type="_4" location="f1:1" file="f1" line="1"/>
  </Function>
  <FundamentalType id="_2" name="void"/>
  <FundamentalType id="_4" name="int"/>
  <FundamentalType id="_5" name="char"/>
  <Namespace id="_3" name="::"/>
  <File id="f1" name=".*/test/input/Function-throw.cxx"/>
</GCC_XML>$