Sign in
◑
Theme
llvm
/
llvm-project
/
4beeff3c2bf125de9dda8b374ffc9ec052d02810
/
.
/
lldb
/
test
/
API
/
functionalities
/
module_cache
/
bsd
/
c.c
blob: fe7e3ae2d44b566560eda909fcb05c9fe9827f53 [
file
]
static
int
__c_global
=
3
;
int
c
(
int
arg
)
{
int
result
=
arg
+
__c_global
;
return
result
;
// Set file and line breakpoint inside c().
}