Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
083128f6b13dfa4fc615a838c49b516d901b1ac0
/
.
/
test
/
CXX
/
temp
/
temp.param
/
p8.cpp
blob: dd4af17d79fab046b64e38caac9f5137a851861f [
file
] [
log
] [
blame
]
// RUN: clang-cc -fsyntax-only -verify %s
template
<
int
X
[
10
]>
struct
A
;
template
<
int
*
X
>
struct
A
;
template
<
int
f
(
float
,
double
)>
struct
B
;
typedef
float
FLOAT
;
template
<
int
(*
f
)(
FLOAT
,
double
)>
struct
B
;