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