| 1 | [vlib/v/slow_tests/inout/panic_array_decompose_extra_args.vv:2] s: a |
| 2 | [vlib/v/slow_tests/inout/panic_array_decompose_extra_args.vv:2] s: a |
| 3 | [vlib/v/slow_tests/inout/panic_array_decompose_extra_args.vv:6] '${s} ${t}': a b |
| 4 | [vlib/v/slow_tests/inout/panic_array_decompose_extra_args.vv:10] '${s} ${t} ${u}': a b c |
| 5 | [vlib/v/slow_tests/inout/panic_array_decompose_extra_args.vv:2] s: b |
| 6 | [vlib/v/slow_tests/inout/panic_array_decompose_extra_args.vv:6] '${s} ${t}': b c |
| 7 | ================ V panic ================ |
| 8 | V panic: array decompose: array has 3 elements but 4 elements are needed |
| 9 | |