Bend/tests/snapshots/cli__desugar_linearize_matches_alt.bend.snap

6 lines
158 B
Plaintext
Raw Permalink Normal View History

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/cli/desugar_linearize_matches_alt.bend
---
(main) = λa switch a { 0: λb b; _: λ* λc c; }