mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00

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
8 lines
218 B
Text
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;
|