blob: 6981ce3f687d159e8850e80b77821300019f9ed1 [file] [log] [blame]
// run-pass
// ignore-pretty pretty-printing is unhygienic
// aux-build:xcrate.rs
#![feature(decl_macro)]
extern crate xcrate;
fn main() {
xcrate::test!();
}