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