xref
: /
llvm-project-15.0.7
/
lldb
/
test
/
API
/
functionalities
/
load_lazy
/
t1.c
(revision 4e00a192)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
void
use
();
2
int
f1
() {
return
5
; }
3
void
f2
() {
use
(); }
4