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

OpenPOWER on IntegriCloud