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

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

#[macro_use]
extern crate empty_crate;

fn main() {}