1b6a04ca55
Signed-off-by: Valentin Popov <valentin@popov.link>
6 lines
54 B
Rust
6 lines
54 B
Rust
use quote::quote;
|
|
|
|
fn main() {
|
|
quote!(#(a b)*);
|
|
}
|