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
/
Modules
/
Inputs
/
nested-template-default-arg-redecl
/
strct.h
blob
04d12448f35aeb7c25ee88fe780d5833dcc5e5e8
1
#ifndef STRCT_H
2
#define STRCT_H
3
struct
strct_outer
{
4
template
<
typename
=
int
>
5
struct
strct
;
6
};
7
#endif