// RUN: clang-cc -fsyntax-only -verify %s enum Enum { val = 1 }; template struct C { typedef C Self; }; template struct C;