// RUN: %clang_cc1 -fsyntax-only -verify %s template class X0 { friend T; // expected-warning{{non-class type 'T' cannot be a friend}} }; class X1 { }; enum E1 { }; X0 x0a; X0 x0b; X0 x0c; X0 x0d;