mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-01 20:47:36 +00:00
10 lines
125 B
Rust
10 lines
125 B
Rust
//@ run-pass
|
|
|
|
#![allow(unused_imports)]
|
|
//@ proc-macro: empty-crate.rs
|
|
|
|
#[macro_use]
|
|
extern crate empty_crate;
|
|
|
|
fn main() {}
|