mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
59e41d046e
llvm-svn: 150663
9 lines
116 B
C++
9 lines
116 B
C++
// RUN: %clang_cc1 -fsyntax-only -fms-compatibility %s
|
|
|
|
template<typename T>
|
|
struct X {
|
|
enum E *e;
|
|
};
|
|
|
|
X<int> xi;
|