android13/external/rust/crates/quote/tests/ui/does-not-have-iter.rs

6 lines
54 B
Rust

use quote::quote;
fn main() {
quote!(#(a b)*);
}