blob: 7a8e3fff098a01042e21b985b2f03718c5442270 [file] [log] [blame]
use krate2::hello;
fn main() {
hello();
::krate2::hello();
}