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]
/
lldb
/
test
/
API
/
python_api
/
value
/
empty_class
/
main.cpp
blob
9051dbb5277e136443fb194a4e0e89c568e8dabb
1
class
Empty
{};
2
3
int
main
(
int
argc
,
char const
*
argv
[]) {
4
Empty e
;
5
Empty
*
ep
=
new
Empty
;
6
return
0
;
// Break at this line
7
}