// RUN: %clang_cc1 -fsyntax-only -verify %s
;
// expected-error{{unknown type name 'Foo'}} \
// expected-note{{template parameter is declared here}}
;
; // expected-error{{template argument for non-type template parameter must be an expression}}