enum-forward.cpp 116 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 // RUN: %clang_cc1 -fsyntax-only -fms-compatibility %s template<typename T> struct X { enum E *e; }; X<int> xi;