rust/src/test/compile-fail/ext-nonexistent.rs
2012-08-23 11:14:14 -07:00

2 lines
81 B
Rust

// error-pattern:macro undefined
fn main() { iamnotanextensionthatexists!(""); }