1 // RUN: clang-cc -fsyntax-only -verify %s 2 3 template<typename T> typedef T X; // expected-error{{typedef cannot be a template}} 4