Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
int_modulo_by_zero_err.out
5
lines
·
5
sloc
·
158 bytes
·
0c8ce3bcb9fd4a2e5bd5f991a5a07da976d780d7
Raw
1
vlib/v/checker/tests/int_modulo_by_zero_err.vv:2:14: error: modulo by zero
2
1 | fn main() {
3
2 | println(3 % 0)
4
| ^
5
3 | }
6