7 lines
71 B
Rust
7 lines
71 B
Rust
#![feature(decl_macro)]
|
|
|
|
macro x() {
|
|
pub struct MyStruct;
|
|
}
|
|
|
|
x!();
|