mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
fix most dev backend tests
This commit is contained in:
parent
5ca3d3bcf1
commit
89472bf495
7 changed files with 120 additions and 53 deletions
|
@ -39,6 +39,10 @@ comptime {
|
|||
exportDecFn(dec.mulC, "mul_with_overflow");
|
||||
exportDecFn(dec.mulOrPanicC, "mul_or_panic");
|
||||
exportDecFn(dec.mulSaturatedC, "mul_saturated");
|
||||
|
||||
inline for (INTEGERS) |T| {
|
||||
dec.exportFromInt(T, ROC_BUILTINS ++ ".dec.from_int.");
|
||||
}
|
||||
}
|
||||
|
||||
// List Module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue