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
/
inherit-attribute
/
a.h
blob
04aabe9e8c61119cf032030af6da7886ef0a54c1
1
#ifndef FOO
2
#define FOO
3
4
class
Foo
{
5
public
:
6
void
step
(
int
v
);
7
Foo
();
8
};
9
10
#endif