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

2 lines
51 B
Plaintext

main = let {x1 x2} = y1; let {y1 y2} = x1; (x2 y2)