Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
8f5d7d1d1f990f174c7f2682271a83acf64dd93d
/
.
/
test
/
SemaTemplate
/
enum-forward.cpp
blob: b25c21fc46359e4f0cf928ab2121f65c02f91943 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -fms-compatibility %s
template
<
typename
T
>
struct
X
{
enum
E
*
e
;
};
X
<int>
xi
;