// RUN: %clang_cc1 -fsyntax-only -verify %s template struct A {}; // Check for template argument lists followed by junk // FIXME: The diagnostics here aren't great... A int x; // expected-error {{expected '>'}} expected-error {{expected unqualified-id}} A'}} // PR8912 template struct S {}; S 1)> s;