Bend/tests/snapshots/compile_file__inlining.bend.snap
2024-05-15 00:25:46 +02:00

13 lines
177 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file/inlining.bend
---
@Era = *
@Num = 42
@RefToRef = @Era
@main = a
& @Era ~ (@Num (@RefToRef a))