llvm-project/lldb/packages/Python/lldbsuite/test/commands/frame/language/other.h

8 lines
89 B
C++

class Other
{
public:
static void DoSomething();
static void DoSomethingElse();
};