repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CXX
/
temp
/
temp.param
/
p8.cpp
blob
592e41ec408e0612876113938cb2bcb557500ab9
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
// expected-no-diagnostics
3
template
<
int
X
[
10
]>
struct
A
;
4
template
<
int
*
X
>
struct
A
;
5
template
<
int
f
(
float
,
double
)>
struct
B
;
6
typedef
float
FLOAT
;
7
template
<
int
(*
f
)(
FLOAT
,
double
)>
struct
B
;