rust/tests/run-make-fulldeps/use-extern-for-plugins/bar.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
128 B
Rust
Raw Normal View History

#![feature(no_core)]
#![no_core]
#![crate_type = "lib"]
#![crate_name = "a"]
#[macro_export]
macro_rules! bar {
() => ()
}