Bend/tests/snapshots/compile_file_o_all__match_tup.bend.snap
2024-05-21 16:23:40 +02:00

9 lines
164 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file_o_all/match_tup.bend
---
@Sum = (($([+] $(a b)) a) b)
@main = a
& @Sum ~ ((7 3) a)