9 lines
81 B
Rust
9 lines
81 B
Rust
|
// check-pass
|
||
|
|
||
|
#![feature(decl_macro)]
|
||
|
macro foo {
|
||
|
() => {},
|
||
|
}
|
||
|
|
||
|
fn main() {}
|