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

36 lines
459 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file_o_no_all/redex_order.bend
---
@a = (a a)
@b = (a a)
@bar = i
& @a ~ (d (h i))
& @b ~ (a (c d))
& @c ~ (0 a)
& @c ~ (b c)
& @d ~ (1 b)
& @b ~ (f (g h))
& @c ~ (e f)
& @d ~ (2 e)
& @c ~ (3 g)
@c = (a a)
@d = (a a)
@foo = (a d)
& @a ~ (c d)
& @b ~ (b c)
& @c ~ (a b)
@foo2 = c
& @a ~ (b c)
& @b ~ (a b)
& @c ~ (0 a)
@main = a
& @foo ~ (@foo2 a)