// Suppress 'no run line' failure.
// RUN: %clang_cc1 -fsyntax-only -verify %s
; // expected-error{{template template parameter must have its own template parameters}}
;
// expected-error{{template parameter missing a default argument}}
; // expected-note{{template is declared here}}
X0<int> x0; // expected-error{{too few template arguments for class template 'X0'}}