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
/
recursive_visibility_c.h
blob
a978a3c0a5620b015d5ef05acca32c41f8890652
1
@import recursive_visibility_b
;
2
template
<
template
<
typename T
>
class
Y
>
void
g
() {
3
f
(
typename Y
<
A1_Inner
::
X
>::
type
{});
4
f
(
typename Y
<
A2_More_Inner
::
X
>::
type
{});
5
}