summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Namespace-extern-C-members.xml.txt
blob: 640c2214b212dbf43742f9bc6a16978e6083701c (plain)
1
2
3
4
5
6
7
8
9
10
11
^<\?xml version="1.0"\?>
<GCC_XML[^>]*>
  <Namespace id="_1" name="start" context="_2" members="_3 _4"/>
  <Typedef id="_3" name="Int" type="_5" context="_1" location="f1:3" file="f1" line="3"/>
  <Function id="_4" name="function" returns="_3" context="_1" location="f1:4" file="f1" line="4" mangled="[^"]+">
    <Argument type="_3" location="f1:4" file="f1" line="4"/>
  </Function>
  <FundamentalType id="_5" name="int" size="[0-9]+" align="[0-9]+"/>
  <Namespace id="_2" name="::"/>
  <File id="f1" name=".*/test/input/Namespace-extern-C-members.cxx"/>
</GCC_XML>$