1 use quote::quote;
2 
mainnull3 fn main() {
4     quote!(#(a b)*);
5 }
6