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
[CI][Github] Do not fail premerge job
[llvm-project.git]
/
lldb
/
test
/
API
/
functionalities
/
pre_run_dylibs
/
foo.h
blob
060b91f5a5ea30cada56d6f4c5ee9abcd661fe58
1
LLDB_TEST_API
inline
int
foo1
() {
return
1
; }
// !BR1
2
3
LLDB_TEST_API
inline
int
foo2
() {
return
2
; }
// !BR2
4
5
LLDB_TEST_API
extern
int
call_foo1
();
6
LLDB_TEST_API
extern
int
call_foo2
();