roc/compiler/test_mono/generated/ir_assignment.txt
ayazhafiz e655ab7d3b Module comments for reset-reuse
Figuring out what this module was doing, and why, took me a bit less
than half an hour. We should document what's happening for others in the
future so they don't need to follow up on Zulip necessarily.
2022-01-13 16:33:23 -05:00

3 lines
80 B
Text

procedure Test.0 ():
let Test.1 : Builtin(Int(I64)) = 5i64;
ret Test.1;