Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
crashes
/
ice-8681.rs
blob: b7d6c4556bbd34d8437ae05a0b7f8185b34feff9 [
file
] [
log
] [
blame
]
//@ check-pass
//@aux-build: ice-8681-aux.rs
#![
warn
(
clippy
::
undocumented_unsafe_blocks
)]
#[
path
=
"auxiliary/ice-8681-aux.rs"
]
mod
ice_8681_aux
;
fn
main
()
{
let
_
=
ice_8681_aux
::
foo
(&
0u32
);
}