Sign in
rust
/
rust-lang
/
llvm-project
/
35c537490f7804c0a68fcabcd20ecf96357b74ff
/
.
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
functionalities
/
frame-language
/
main.cpp
blob: f5449f217908fca7fc6317749b9138003bb90206 [
file
] [
log
] [
blame
]
#include
<stdio.h>
#include
"other.h"
int
main
()
{
int
test_var
=
10
;
Other
::
DoSomethingElse
();
return
0
;
}