Bend/tests/snapshots/compile_file__addition.bend.snap
2024-06-15 17:22:55 +02:00

8 lines
162 B
Plaintext

---
source: tests/golden_tests.rs
input_file: tests/golden_tests/compile_file/addition.bend
---
@main = c
& (a b) ~ (8 c)
& $(1 $([+] $(a b))) ~ [+0x0000001]