Sign in
rust
/
rust-lang
/
llvm-project
/
35c537490f7804c0a68fcabcd20ecf96357b74ff
/
.
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
functionalities
/
frame-language
/
other.cpp
blob: 41f4f26079ad768850a355467687f2105986c4b5 [
file
] [
log
] [
blame
]
#include
"other.h"
extern
"C"
void
some_func
();
void
Other
::
DoSomething
()
{
some_func
();
}