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
/
PR24954
/
A.h
blob
5e5d5bf92ce40ae0a0bce6ba1212b058a08e6088
1
#include
"B.h"
2
3
template
<
class
T
>
4
class
Expr
{
5
public
:
6
void
print
(
B
::
basic_ostream
<
char
>&
os
) {
7
os
<<
B
::
setw
(
42
);
8
os
<<
B
::
endl
;
9
}
10
};