Makefile: `all` generate manpages as `pandoc` is no more required
[nit.git] / tests / sav / test_deriving_alt2.res
1 <A i: <Int> s: <FlatString>>
2 i=5 s=Hello
3 i:5; s:Hello
4
5 false
6 false
7 true
8
9 <B i: <Int> s: <FlatString> a: <A i: <Int> s: <FlatString>>>
10 i=100 s=World a=i:5; s:Hello
11 i:100; s:World; a:i:5; s:Hello
12
13 false
14 false
15 true