xref
: /
external
/
llvm-project
/
lldb
/
test
/
API
/
commands
/
frame
/
diagnose
/
local-variable
/
main.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
main()
1
int
main
() {
2
int
*
myInt
= 0;
3
return
*
myInt
;
4
}
5