roc/crates/compiler/test_mono/generated/ir_round.txt
Ayaz Hafiz 204ac2f8b4
Consolidate mono test behavior in debug and release modes
Makes sure that we turn on `debug-symbols` in mono tests, and that this
feature is fully respected in symbol generation, so that output in
release + debug builds are the same.

Closes #4435
2022-11-02 15:04:47 -05:00

8 lines
218 B
Text

procedure Num.45 (#Attr.2):
let Num.256 : I64 = lowlevel NumRound #Attr.2;
ret Num.256;
procedure Test.0 ():
let Test.2 : Float64 = 3.6f64;
let Test.1 : I64 = CallByName Num.45 Test.2;
ret Test.1;