Bend/tests/snapshots/compile_file_o_all__bool.bend.snap

13 lines
197 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/bool.bend
2024-01-19 17:02:22 +03:00
---
@Not = ((@fals (@true a)) a)
2024-03-21 15:11:16 +03:00
2024-01-19 17:02:22 +03:00
@fals = (* (a a))
2024-03-21 15:11:16 +03:00
2024-01-19 17:02:22 +03:00
@main = a
2024-03-21 15:11:16 +03:00
& @Not ~ (@true a)
2024-01-19 17:02:22 +03:00
2024-03-21 15:11:16 +03:00
@true = (a (* a))