Bend/tests/snapshots/compile_file__complicated_dup.bend.snap

7 lines
159 B
Plaintext
Raw Permalink Normal View History

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file/complicated_dup.bend
---
@main = ({(a b) (d e)} f)
& ((c {a d}) b) ~ ((c e) f)