blob: 4fd30c0c7a84a8caa6411636a2d44ff4fb41fc71 [file] [log] [blame]
#[test]
fn issue1108() {
let data = "impl<x<>>::x for";
_ = syn::parse_file(data);
}