This website requires JavaScript.
Explore
Help
Sign In
jimzah
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2024-11-28 08:02:32 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
9549b4acf6
zig
/
test
/
cases
/
binary_operands.13.zig
9 lines
100 B
Zig
Raw
Normal View
History
Unescape
Escape
test: migrate wasm incremental tests
2022-04-27 21:59:55 +01:00
pub
fn
main
(
)
void
{
var
i
:
i4
=
3
;
stage2: Split `@mulWithOverflow` tests
2022-05-07 16:09:09 +01:00
if
(
i
*
%
3
!
=
-
7
)
unreachable
;
test: migrate wasm incremental tests
2022-04-27 21:59:55 +01:00
return
;
}
// run
//
Reference in New Issue
Copy Permalink