7 lines
85 B
Rust
7 lines
85 B
Rust
// xfail-test
|
|
// error-pattern:expected a syntax expander name
|
|
|
|
fn main() {
|
|
#();
|
|
}
|