5 lines
81 B
Rust
5 lines
81 B
Rust
|
|
||
|
// error-pattern:unknown macro
|
||
|
fn main() {
|
||
|
#iamnotanextensionthatexists("");
|
||
|
}
|