1 // RUN: %clang_cc1 -verify %s
12 void B
<T
>::f() { } // expected-warning {{a declarative nested name specifier cannot name an alias template}}
15 void B
<int>::f() { } // ok, template argument list of simple-template-id doesn't involve template parameters
29 void N::E
<T
>::f() { } // expected-warning {{a declarative nested name specifier cannot name an alias template}}