Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/12.0-2021-02-03
/
.
/
lldb
/
test
/
API
/
macosx
/
debugserver-exit-code
/
main.c
blob: 9edc9336dc3e07f2959e540d3411f58740c8964f [
file
] [
log
] [
blame
]
#include
<stdlib.h>
int
main
(
int
argc
,
char
**
argv
)
{
abort
();
}