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

13 lines
200 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file_o_all/ex0.bend
---
@C_2 = ({(b c) (a b)} (a c))
@S = (a ((a b) (* b)))
@Z = (* (a a))
@main = a
& @C_2 ~ (@S (@Z a))