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
/
public1.h
blob
3af596a98d083b26f4be9e960a53cb96b18bb976
1
#ifndef PUBLIC1_H
2
#define PUBLIC1_H
3
4
#include
"private1.h"
5
6
struct
use_this1
{
struct
mitts_off1 field
; };
7
struct
use_this1 public_variable1
;
8
9
#endif