Bend/tests/snapshots/scott_triggers_unused__test.bend.snap

14 lines
232 B
Plaintext
Raw Normal View History

2024-04-10 16:16:05 +03:00
---
source: tests/golden_tests.rs
input_file: tests/golden_tests/scott_triggers_unused/test.bend
2024-04-10 16:16:05 +03:00
---
@bool/f = ((@bool/f/tag a) a)
@bool/f/tag = 1
@bool/t = ((@bool/t/tag a) a)
@bool/t/tag = 0
@main = (((?((0 (* 1)) a) a) b) b)