Bend/tests/snapshots/compile_file_o_all__example.bend.snap

13 lines
195 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/example.bend
2024-01-19 17:02:22 +03:00
---
2024-04-22 20:03:56 +03:00
@Def1 = c
& (a a) ~ ((b b) c)
@Def2 = b
& (a a) ~ (@Def1 b)
2024-03-21 15:11:16 +03:00
@main = a
2024-04-23 13:44:01 +03:00
& @Def2 ~ (1 a)