mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-18 20:15:05 +00:00
all gen-dev tests work again
This commit is contained in:
parent
5e4f43e1d8
commit
fdacfce108
2 changed files with 106 additions and 26 deletions
|
@ -3,9 +3,9 @@ const builtin = @import("builtin");
|
|||
const always_inline = std.builtin.CallOptions.Modifier.always_inline;
|
||||
const Monotonic = std.builtin.AtomicOrder.Monotonic;
|
||||
|
||||
const DEBUG_INCDEC = true;
|
||||
const DEBUG_INCDEC = false;
|
||||
const DEBUG_TESTING_ALLOC = false;
|
||||
const DEBUG_ALLOC = true;
|
||||
const DEBUG_ALLOC = false;
|
||||
|
||||
pub fn WithOverflow(comptime T: type) type {
|
||||
return extern struct { value: T, has_overflowed: bool };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue