brintos

brintos / llvm-project-archived public Read only

0
0
Text · 116 B · b25c21f Raw
9 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only -fms-compatibility %s2 3template<typename T>4struct X {5  enum E *e;6};7 8X<int> xi;9