Bend/tests/snapshots/readback_lnet__nested_let.hvm.snap
2023-12-05 08:53:27 -05:00

6 lines
147 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/readback_lnet/nested_let.hvm
---
let (a, *) = let (c, b) = ((2, 4), (3, 6)); b; a