Sign in
llvm
/
lldb
/
master
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
macosx
/
macabi
/
foo.c
blob: 9c29d590f2699fe2c5bda8915dbbe305d7112f11 [
file
] [
log
] [
blame
]
#include
"foo.h"
void
stop
()
{}
int
foo
()
{
stop
();
return
0
;
}