5 lines
54 B
Rust
5 lines
54 B
Rust
use quote::quote;
|
|
|
|
fn main() {
|
|
quote!(#(a b)*);
|
|
}
|