Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/kotlin-native-toolchain
/
.
/
lldb
/
test
/
API
/
commands
/
frame
/
language
/
main.cpp
blob: f5449f217908fca7fc6317749b9138003bb90206 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
#include
"other.h"
int
main
()
{
int
test_var
=
10
;
Other
::
DoSomethingElse
();
return
0
;
}