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
/
linux
/
builtin_trap
/
main.cpp
blob
0ddf865ad097fa0ec704ed5edc163e389c754751
1
void
bar
(
int const
*
foo
) {
2
__builtin_trap
();
// Set break point at this line.
3
}
4
5
int
main
() {
6
int
foo
=
5
;
7
bar
(&
foo
);
8
}