| 1 | 1 |
| 2 | [vlib/v/slow_tests/inout/struct_field_option.vv:15] f.bar?: 1 |
| 3 | 2 |
| 4 | [vlib/v/slow_tests/inout/struct_field_option.vv:22] f.bar?: 2 |
| 5 | 3 |
| 6 | [vlib/v/slow_tests/inout/struct_field_option.vv:26] f.bar?: 3 |
| 7 | 3 |
| 8 | [vlib/v/slow_tests/inout/struct_field_option.vv:30] a: 3 |
| 9 | 9999 |
| 10 | [vlib/v/slow_tests/inout/struct_field_option.vv:33] b: 9999 |
| 11 | 4 |
| 12 | [vlib/v/slow_tests/inout/struct_field_option.vv:37] sum: 4 |
| 13 | 4 |
| 14 | [vlib/v/slow_tests/inout/struct_field_option.vv:40] sum: 4 |
| 15 | 3 |
| 16 | none |
| 17 | 3 |
| 18 | Foo{ |
| 19 | bar: Option(3) |
| 20 | baz: Option(none) |
| 21 | } |
| 22 | [vlib/v/slow_tests/inout/struct_field_option.vv:61] f: Foo{ |
| 23 | bar: Option(3) |
| 24 | baz: Option(none) |
| 25 | } |
| 26 | 1 |
| 27 | |