xref
: /
llvm-project-15.0.7
/
lldb
/
test
/
API
/
python_api
/
sbmodule
/
main.c
(revision 16dcbb53)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
main
() {
2
while
(
1
)
// break here
3
;
4
return
42
;
5
}
6