Bend/tests/snapshots/compile_file_o_all__and.bend.snap

15 lines
278 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/and.bend
2024-01-19 17:02:22 +03:00
---
@and = (a ((@and__C0 (a b)) b))
2024-03-21 15:11:16 +03:00
@and__C0 = (?(((a a) (* (* @bool/false))) b) b)
2024-03-21 15:11:16 +03:00
@bool/false = ((1 a) a)
@bool/true = ((0 a) a)
2024-03-21 15:11:16 +03:00
2024-05-10 22:42:32 +03:00
@main = a
& @and ~ (@bool/true (@bool/false a))