Bend/tests/golden_tests/compile_file_o_all/snd.bend

6 lines
64 B
Plaintext
Raw Permalink Normal View History

snd = @t let (*, s) = t; s
main =
let x = (0, 42);
2024-05-10 22:42:32 +03:00
(snd x)