Bend/tests/snapshots/compile_file_o_all__black_box.hvm.snap
2024-02-23 15:27:23 -03:00

9 lines
213 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file_o_all/black_box.hvm
---
@def_that_uses_black_box = (a b)
& @HVM.black_box ~ (a <* #7 b>)
@main = a
& @def_that_uses_black_box ~ (#6 a)