blob: 5aa650f10502a241eab21f824708c501d40ae698 [file]
// xfail-test
extern mod std;
fn f() {
}
use std::net; //~ ERROR view items must be declared at the top
fn main() {
}