1// RUN: %clang_cc1 -fsyntax-only -fms-compatibility %s2 3template<typename T>4struct X {5 enum E *e;6};7 8X<int> xi;9