xref
: /
llvm-project
/
lldb
/
test
/
API
/
functionalities
/
load_unload
/
c.cpp
(revision fdea9a4ec9b0d9585b8fe8a612686d9f44f40ddc)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
"C"
int
c_function()
2
c_function
()
3
{
4
return
600
;
5
}
6