Sign in
llvm
/
llvm-project
/
3f954f575156bce8ac81d6b4d94de443786befed
/
.
/
lldb
/
test
/
API
/
macosx
/
macCatalystAppMacOSFramework
/
foo.c
blob: 9c29d590f2699fe2c5bda8915dbbe305d7112f11 [
file
]
#include
"foo.h"
void
stop
()
{}
int
foo
()
{
stop
();
return
0
;
}