Bend/tests/snapshots/compile_file_o_all__eta_chain.bend.snap

15 lines
218 B
Plaintext
Raw Permalink 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/eta_chain.bend
2024-01-19 17:02:22 +03:00
---
2024-04-22 20:03:56 +03:00
@Bar = a
& @Baz ~ a
@Baz = ($([+] $(b c)) ($([+] $(a b)) (a c)))
2024-04-22 20:03:56 +03:00
@Foo = a
& @Bar ~ a
2024-04-01 17:20:40 +03:00
@main = a
2024-04-22 20:03:56 +03:00
& @Foo ~ a