lib/sod-hosted.c (sod_makev): Use two statements rather than tricky expression.
[sod] / test / kwtest.ref
1 t1: no args
2 x = <unset>
3 y = <unset>
4 z = <unset>
5 t1: some args
6 x = 42
7 y = <unset>
8 z = `set'
9 t2: indirection
10 t1: via t2
11 x = <unset>
12 y = 6.283
13 z = <unset>
14 t3: no args
15 q = <unset>
16 z = <unset>
17 t1: via t3
18 x = 42
19 y = <unset>
20 z = <unset>
21 t3: x initially 19
22 q = t
23 z = `boing'
24 t1: via t3
25 x = 20
26 y = <unset>
27 z = `boing'
28 t3 arg `q' present
29 t3 arg `z' present
30 t3 arg `nope' absent