Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
numbers-arithmetic
/
location-mod-by-zero.rs
blob: 6a2e1b158bf7f8bd1c4b269ab1c51dc463ccfff0 [
file
] [
log
] [
blame
]
//@ run-fail
//@ error-pattern:location-mod-by-zero.rs
fn
main
()
{
let
_
=
1
%
&
0
;
}