summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/default/omit/output
blob: eef99a3684ecce4735bbb801c089c63c2bf784be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

derived: 
a: a
x: foo
q1: 1
y: -20
p: bar
q2: 2
default x: foo
default y: -20
fixed p: bar
fixed q1: 1
fixed q2: 2
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<t:root xmlns:t="test">

  <derived q1="1" q2="2">
    <a>a</a>
  </derived>

</t:root>