7 lines
69 B
Rust
7 lines
69 B
Rust
use paste::paste;
|
|
|
|
paste! {
|
|
fn [<a:pillow>]() {}
|
|
}
|
|
|
|
fn main() {}
|