Sign in
llvm
/
llvm-project
/
8bdddcf0bb5a40e6ce6cbf7fc6b7ce576e2b032d
/
.
/
lldb
/
test
/
API
/
iohandler
/
completion
/
main.c
blob: 03350dd8299a624e765c84d981909325fb7872fc [
file
]
int
main
(
int
argc
,
char
**
argv
)
{
lldb_enable_attach
();
int
to_complete
=
0
;
return
to_complete
;
}