Bend/tests/snapshots/compile_file_o_all__fst_fst.bend.snap
2024-05-15 00:25:46 +02:00

9 lines
177 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file_o_all/fst_fst.bend
---
@FstFst = ((a *) ((b *) (a b)))
@main = a
& @FstFst ~ ((3 9) ((4 12) a))