Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
proc-macro
/
empty-crate.rs
blob: ba4de590e6364041ceace8fcfa2058da9f46273d [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
#![
allow
(
unused_imports
)]
//@ aux-build:empty-crate.rs
#[
macro_use
]
extern
crate empty_crate
;
fn
main
()
{}