]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/use-extern-for-plugins/bar.rs
Auto merge of #107303 - compiler-errors:intern-canonical-var-values, r=lcnr
[rust.git] / tests / run-make-fulldeps / use-extern-for-plugins / bar.rs
1 #![feature(no_core)]
2 #![no_core]
3 #![crate_type = "lib"]
4 #![crate_name = "a"]
5
6 #[macro_export]
7 macro_rules! bar {
8     () => ()
9 }