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
/
private1
/
private1.h
blob
3f41cc0181d5759af6b35b4431c004f1164f51cd
1
#ifndef PRIVATE1_H
2
#define PRIVATE1_H
3
4
#include
"common.h"
5
6
struct
mitts_off1
{
common field
; };
7
struct
mitts_off1 hidden_variable1
;
8
9
#endif