// RUN: %clang_cc1 -fsyntax-only -verify %s // Don't crash. templatestruct ae_same; // expected-note {{}} templatestruct ts{}ap() // expected-error {{expected ';' after struct}} expected-error {{a type specifier is required}} {ts::ap::&ae_same<>>::p(a); }; // expected-error {{use of undeclared identifier 'a'}} expected-error 5{{}}