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