aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/wrapping_arithmetic.zig
AgeCommit message (Collapse)Author
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
2022-01-29stage1: fix saturating arithmetic producing incorrect results on type ↵riverbl
comptime_int, allow saturating left shift on type comptime int