5 lines
70 B
Rust
5 lines
70 B
Rust
|
// error-pattern:expected a syntax expander name
|
||
|
|
||
|
fn main() {
|
||
|
#();
|
||
|
}
|