Sign in
◑
Theme
cobalt
/
cobalt.git
/
ecb76eb1e58da94893009effbde7ffbb7515f9c6
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
SemaTemplate
/
enum-forward.cpp
blob: b25c21fc46359e4f0cf928ab2121f65c02f91943 [
file
]
// RUN: %clang_cc1 -fsyntax-only -fms-compatibility %s
template
<
typename
T
>
struct
X
{
enum
E
*
e
;
};
X
<int>
xi
;