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