v/vlib/v/tests/inout/nested_structs.out

11 lines
114 B
Plaintext

Aaa{
test: false
b: Bbb{
pass: false
name: ''
}
}
&Bbb{
pass: false
name: ''
}