7 lines
67 B
Rust
7 lines
67 B
Rust
use paste::paste;
|
|
|
|
paste! {
|
|
fn [<name:0>]() {}
|
|
}
|
|
|
|
fn main() {}
|