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
[AMDGPU] Add True16 register classes.
[llvm-project.git]
/
lldb
/
test
/
API
/
symbol_ondemand
/
shared_library
/
shared.c
blob
4241ee3f51deb3c9a3f8bd7befd8757d43f5170f
1
#include
"foo.h"
2
#include <stdio.h>
3
4
int
global_shared
=
897
;
5
int
main
(
void
) {
6
puts
(
"This is a shared library test..."
);
7
foo
();
// Set breakpoint 0 here.
8
return
0
;
9
}