blob: 2b96f34e8a72a93f053bd92fa76c94e4a31a4bdb [file] [log] [blame]
Argyrios Kyrtzidisb65abda2011-04-22 18:52:25 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3// Don't crash.
4
Douglas Gregor3b887352011-04-27 04:48:22 +00005template<typename>struct ae_same;
Richard Smithcf6b0a22011-07-14 21:35:26 +00006template<typename>struct ts{}ap() // expected-error {{expected ';' after struct}} expected-error {{requires a type specifier}}
Douglas Gregor3b887352011-04-27 04:48:22 +00007{ts<a>::ap<ae_same<int>::&ae_same<>>::p(a); }; // expected-error {{use of undeclared identifier 'a'}}