1e31f0860Sopenharmony_ciuse quote::quote;
2e31f0860Sopenharmony_ci
3e31f0860Sopenharmony_cifn main() {
4e31f0860Sopenharmony_ci    let nonrep = "";
5e31f0860Sopenharmony_ci
6e31f0860Sopenharmony_ci    // Without some protection against repetitions with no iterator somewhere
7e31f0860Sopenharmony_ci    // inside, this would loop infinitely.
8e31f0860Sopenharmony_ci    quote!(#(#nonrep #nonrep)*);
9e31f0860Sopenharmony_ci}
10