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

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

9 lines
95 B
Rust
Raw Normal View History

#![feature(no_core)]
#![no_core]
#![crate_type = "lib"]
#[macro_use]
extern crate a;
bar!();