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
/
unittests
/
Target
/
Inputs
/
TestModule.c
blob
6347f72649446337471a8c93a68b54ff76098562
1
// Compile with $CC -nostdlib -shared TestModule.c -o TestModule.so
2
// The actual contents of the test module is not important here. I am using this
3
// because it
4
// produces an extremely tiny (but still perfectly valid) module.
5
6
void
boom
(
void
) {
7
char
*
BOOM
;
8
*
BOOM
=
47
;
9
}