aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/frame-language/other.cpp
blob: 41f4f26079ad768850a355467687f2105986c4b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include "other.h"

extern "C" void some_func();

void 
Other::DoSomething()
{
  some_func();
}