Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/kotlin-native-toolchain
/
.
/
lldb
/
test
/
API
/
commands
/
target
/
create-deps
/
main.cpp
blob: d3c554fa390d291a6e6ccf84cb9611c90f1b7110 [
file
] [
log
] [
blame
] [
edit
]
extern
int
a_function
();
extern
int
b_function
();
int
main
(
int
argc
,
char
const
*
argv
[])
{
return
a_function
();
}