2 lines
81 B
Rust
2 lines
81 B
Rust
// error-pattern:macro undefined
|
|
fn main() { iamnotanextensionthatexists!(""); }
|
// error-pattern:macro undefined
|
|
fn main() { iamnotanextensionthatexists!(""); }
|