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
/
lsv-debuginfo
/
B
/
B.h
blob
c00bc3cddbf508ed73c6dca4013391aa29e4f318
1
#ifndef B_H
2
#define B_H
3
#include <A/ADT.h>
4
#include <C/C.h>
5
6
namespace
llvm
{
7
struct
S
{
8
unsigned
a
,
b
,
c
,
d
;
9
};
10
class
C
{
11
Optional
<
S
>
S
;
12
};
13
}
14
#endif