summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.qualified-type-name-xml.txt
blob: fbc36d1848812e2070d5aa07906a1c770348cfb4 (plain)
1
2
3
4
5
6
7
8
9
^<\?xml version="1.0"\?>
<GCC_XML[^>]*>
  <Typedef id="_1" name="start" type="_2" context="_3" location="f1:2" file="f1" line="2"/>
  <Typedef id="_2" name="type" type="_4" context="_5" location="f1:1" file="f1" line="1"/>
  <FundamentalType id="_4" name="int"/>
  <Namespace id="_3" name="::"/>
  <Namespace id="_5" name="ns" context="_3"/>
  <File id="f1" name=".*/test/input/qualified-type-name.cxx"/>
</GCC_XML>$