mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 01:44:04 +00:00
9 lines
82 B
Rust
9 lines
82 B
Rust
//@ check-pass
|
|
|
|
#![feature(decl_macro)]
|
|
macro foo {
|
|
() => {},
|
|
}
|
|
|
|
fn main() {}
|