Bend/tests/golden_tests/compile_file_o_all/tagged_dup.bend
2024-05-15 00:25:46 +02:00

6 lines
92 B
Plaintext

main =
let #i {a b} = @x x;
let #i {c d} = @x x;
let #i {e f} = @x x;
(a b c d e f)