Bend/tests/snapshots/compile_file__inlining.bend.snap

13 lines
177 B
Plaintext
Raw Normal View History

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file/inlining.bend
---
@Era = *
2024-04-23 13:44:01 +03:00
@Num = 42
@RefToRef = @Era
@main = a
& @Era ~ (@Num (@RefToRef a))