Sign in
fuchsia
/
third_party
/
rust
/
4717bdfc1343953b770887460d5822c87e434d97
/
.
/
tests
/
ui
/
imports
/
empty-import-prefix-pass.rs
blob: 10845f32aa2921e5bf733c05d49e92f99f2dd975 [
file
] [
log
] [
blame
]
//@ check-pass
//@ edition:2018
use
{};
use
{{}};
use
::{};
use
{::{}};
fn
main
()
{}