summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.CvQualifiedType.xml.txt
blob: 77843334b72c6655fde74c80754943fbea53640f (plain)
1
2
3
4
5
6
7
8
^<\?xml version="1.0"\?>
<GCC_XML[^>]*>
  <Typedef id="_1" name="start" type="_2c" context="_3" location="f1:1" file="f1" line="1"/>
  <FundamentalType id="_2" name="int" size="[0-9]+" align="[0-9]+"/>
  <CvQualifiedType id="_2c" type="_2" const="1"/>
  <Namespace id="_3" name="::"/>
  <File id="f1" name=".*/test/input/CvQualifiedType.cxx"/>
</GCC_XML>$