summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/save-analysis-rfc2126/extern_absolute_paths.rs
blob: 7a8e3fff098a01042e21b985b2f03718c5442270 (plain)
1
2
3
4
5
6
use krate2::hello;

fn main() {
    hello();
    ::krate2::hello();
}