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
/
odr_hash-Friend
/
M3.h
blob
ab457e0c08f21af4b56e35a5d315536f7d041ff5
1
#include
"Box.h"
2
#include
"M2.h"
3
4
void
Party
() {
5
Box
<>
Present
;
6
Present
.
test
();
7
}