summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Enumeration-anonymous.xml.txt
blob: 2cab799028c5147808535c02e37f012017050940 (plain)
1
2
3
4
5
6
7
8
9
10
^<\?xml version="1.0"\?>
<GCC_XML[^>]*>
  <Namespace id="_1" name="start" context="_2" members="_3"/>
  <Enumeration id="_3" name="" context="_1" location="f1:2" file="f1" line="2" size="[0-9]+" align="[0-9]+">
    <EnumValue name="ev0" init="0"/>
    <EnumValue name="ev1" init="1"/>
  </Enumeration>
  <Namespace id="_2" name="::"/>
  <File id="f1" name=".*/test/input/Enumeration-anonymous.cxx"/>
</GCC_XML>$