Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
compile-fail
/
view-items-at-top.rs
blob: 5aa650f10502a241eab21f824708c501d40ae698 [
file
]
// xfail-test
extern
mod
std
;
fn
f
()
{
}
use
std
::
net
;
//~ ERROR view items must be declared at the top
fn
main
()
{
}