]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/empty-crate.rs
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / ui / proc-macro / empty-crate.rs
1 // run-pass
2
3 #![allow(unused_imports)]
4 // aux-build:empty-crate.rs
5
6 #[macro_use]
7 extern crate empty_crate;
8
9 fn main() {}