Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-14330.rs
blob: f6461c834a5e4441eff130795e26dc78f7548fa7 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
#![
allow
(
unused_imports
)]
//@ pretty-expanded FIXME #23616
#[
macro_use
]
extern
crate std
as
std2
;
fn
main
()
{}