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