blob: 36d643a44794a95601f834197edd8568c155f018 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{| field := 5 |}
: test
{| field := 5 |}
: test
{| field_r := 5 |}
: test_r
build_c 5
: test_c
build 5
: test
build 5
: test
{| field_r := 5 |}
: test_r
build_c 5
: test_c
|