1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 template <Foo
> // expected-error{{unknown type name 'Foo'}} \
4 // expected-note{{template parameter is declared here}}
7 class Bar
<G
> blah_test
; // expected-error{{template argument for non-type template parameter must be an expression}}