2024-02-16 20:02:50 +00:00
|
|
|
//@ run-pass
|
2017-11-29 11:20:49 -08:00
|
|
|
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ aux-build:xcrate.rs
|
2017-11-29 11:20:49 -08:00
|
|
|
|
2018-04-27 21:32:00 -07:00
|
|
|
#![feature(decl_macro)]
|
2017-11-29 11:20:49 -08:00
|
|
|
|
|
|
|
|
extern crate xcrate;
|
|
|
|
|
|
|
|
|
|
fn main() {
|
|
|
|
|
xcrate::test!();
|
|
|
|
|
}
|