blob: 4c0fe6d8b5b4e29a3c65d4c882d31a049fb41be4 [file] [log] [blame]
fn main() {
std:io::stdin();
//~^ ERROR failed to resolve: use of undeclared type or module `io`
//~| ERROR expected value, found module
}