blob: dfb242dc59524305a785f41228a700ff76d81842 [file] [log] [blame]
Argyrios Kyrtzidis8e4be0b2011-04-22 18:52:25 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3// Don't crash.
4
Douglas Gregor8b02cd02011-04-27 04:48:22 +00005template<typename>struct ae_same;
Argyrios Kyrtzidis8e4be0b2011-04-22 18:52:25 +00006template<typename>struct ts{}ap()
Douglas Gregor8b02cd02011-04-27 04:48:22 +00007{ts<a>::ap<ae_same<int>::&ae_same<>>::p(a); }; // expected-error {{use of undeclared identifier 'a'}}