Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
foreign
/
foreign-mod-unused-const.rs
blob: 4e40f92fdd4155795a551a1b3ea2f1082c8e79a3 [
file
] [
log
] [
blame
]
//@ run-pass
#![
allow
(
dead_code
)]
mod
foo
{
extern
"C"
{
pub
static
errno
:
u32
;
}
}
pub
fn
main
()
{}