llvm-project/lldb/test/API/commands/frame/language/other.h

8 lines
89 B
C++

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