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

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