1fad3a1d3Sopenharmony_ci#[test]
2fad3a1d3Sopenharmony_cifn issue1108() {
3fad3a1d3Sopenharmony_ci    let data = "impl<x<>>::x for";
4fad3a1d3Sopenharmony_ci    let _ = syn::parse_file(data);
5fad3a1d3Sopenharmony_ci}
6