summary refs log tree commit diff
path: root/tests/ui/proc-macro/empty-crate.rs
blob: ba4de590e6364041ceace8fcfa2058da9f46273d (plain)
1
2
3
4
5
6
7
8
9
//@ run-pass

#![allow(unused_imports)]
//@ aux-build:empty-crate.rs

#[macro_use]
extern crate empty_crate;

fn main() {}