xref
: /
llvm-project
/
lldb
/
test
/
API
/
macosx
/
bss-only-data-section-sliding
/
main.c
(revision 623e8455919af69b039fe7450118ba953423a027)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
glob
= 0;
main()
2
int
main
() {
return
glob
; }
3