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