]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/save-analysis-rfc2126/extern_absolute_paths.rs
Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors
[rust.git] / tests / run-make-fulldeps / save-analysis-rfc2126 / extern_absolute_paths.rs
1 use krate2::hello;
2
3 fn main() {
4     hello();
5     ::krate2::hello();
6 }