Bend/tests/snapshots/compile_file_o_all__ex0.bend.snap

13 lines
200 B
Plaintext
Raw Normal View History

2024-01-19 17:02:22 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file_o_all/ex0.bend
2024-01-19 17:02:22 +03:00
---
2024-04-22 20:03:56 +03:00
@C_2 = ({(b c) (a b)} (a c))
2024-03-21 15:11:16 +03:00
2024-01-19 17:02:22 +03:00
@S = (a ((a b) (* b)))
2024-03-21 15:11:16 +03:00
2024-01-19 17:02:22 +03:00
@Z = (* (a a))
2024-03-21 15:11:16 +03:00
@main = a
& @C_2 ~ (@S (@Z a))