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