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

13 lines
195 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file_o_all/example.bend
---
@Def1 = c
& (a a) ~ ((b b) c)
@Def2 = b
& (a a) ~ (@Def1 b)
@main = a
& @Def2 ~ (1 a)