Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
test
/
CXX
/
temp
/
temp.spec
/
temp.expl.spec
/
p10.cpp
blob: b81c1e7b2c8fd09cd0c555c12751283f66f309ab [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify %s
template
<
class
T
>
class
X
;
template
<>
class
X
<int>
;
// expected-note{{forward}}
X
<int>
*
p
;
X
<int>
x
;
// expected-error{{incomplete type}}