vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
input4
tests
stashed
Undocumented in source.
immutable
auto
input4
=
q{
struct
A
{
int
x
;
struct
B
{
int
y
; }
B
b
; }
int
i
=
0
;
int
j
=
0
;
void
f
() {
A
a
;
a.x
=
1
+
i
*
j
;
a.b.y
=
2
;
bool
b
=
3
==
a.x
;
if
(
i
<
j
)
f
(); }
}
;
Meta
Source
See Source File
tests
stashed
variables
input1
input2
input3
input30
input4
input5
input6
inputX