C++程序  |  9行  |  113 B

// RUN: %clang_cc1 -fsyntax-only -fms-extensions %s

template<typename T>
struct X {
  enum E *e;
};

X<int> xi;