Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
213a60edb7d67c2b324e3e9b9349b681f97baf10
/
.
/
test
/
SemaTemplate
/
template-decl-fail.cpp
blob: b136f6279d52d8bbc79dd83844b68a918a0be309 [
file
] [
log
] [
blame
]
// RUN: clang-cc -fsyntax-only -verify %s
template
<
typename
T
>
typedef
T X
;
// expected-error{{typedef cannot be a template}}