summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Enumeration.xml.txt
blob: b620c86f2074d2bbc87b866c304d27278d5c9b0b (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">
    <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>$