xref
: /
llvm-project-15.0.7
/
lldb
/
test
/
API
/
macosx
/
debugserver-exit-code
/
main.c
(revision ef2cdfe3)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdlib.h
>
2
3
int
main
(
int
argc
,
char
**
argv
) {
abort
(); }
4