Add the directive form of a group (`!group`)
[normand.git] / tests / pass-uleb128-expr-var-2.nt
1 aa <mix> bb
2 {meow = 3}
3 {meow = end}
4 11 22
5 (
6 {meow = mix * 2}
7 cc {meow << 7 : uleb128}
8 ) * 2
9 ee ff
10 <end>
11 ---
12 aa bb
13 11 22
14 cc 80 02
15 cc 80 02
16 ee ff
This page took 0.0283 seconds and 4 git commands to generate.