1 // aux-build:import_crate_var.rs
2 
3 #[macro_use] extern crate import_crate_var;
4 
main()5 fn main() {
6     m!();
7     //~^ ERROR `$crate` may not be imported
8 }
9