Bend/tests/snapshots/compile_file_o_all__str.bend.snap

16 lines
367 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/str.bend
2024-01-19 17:02:22 +03:00
---
@String/Cons = (a (b ((1 (a (b c))) c)))
2024-03-21 15:11:16 +03:00
@String/Nil = ((0 a) a)
2024-03-21 15:11:16 +03:00
2024-04-18 18:42:28 +03:00
@main = f
& @String/Cons ~ (109 (e f))
& @String/Cons ~ (97 (d e))
& @String/Cons ~ (105 (c d))
& @String/Cons ~ (110 (b c))
& @String/Cons ~ (32 (a b))
& @String/Cons ~ (61 (@String/Nil a))