]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/empty-crate.rs
normalize stderr
[rust.git] / src / test / 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() {}