Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/kotlin-native-toolchain
/
.
/
lldb
/
test
/
API
/
macosx
/
macabi
/
foo.c
blob: 9c29d590f2699fe2c5bda8915dbbe305d7112f11 [
file
] [
log
] [
blame
] [
edit
]
#include
"foo.h"
void
stop
()
{}
int
foo
()
{
stop
();
return
0
;
}