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
/
PR20399
/
SecondHeader.h
blob
92815e996482cb503f32a46426d122164d1f4af6
1
#ifndef SECONDHEADER
2
#define SECONDHEADER
3
4
#include
"vector"
5
6
template
<
class
T
>
7
struct
Address
{};
8
9
template
<>
10
struct
Address
<
std
::
vector
<
bool
>>
11
:
Address
<
std
::
vector
<
bool
>::
iterator
> {};
12
13
#endif