summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/commands/frame/language/other.h
blob: 0a2c125e6b423a5e957ee85607c048ddbdf41ca7 (plain) (blame)
1
2
3
4
5
6
7
class Other
{
 public:
  static void DoSomething();
  static void DoSomethingElse();
};