mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 05:25:50 -04:00
8 lines
89 B
C++
8 lines
89 B
C++
class Other
|
|
{
|
|
public:
|
|
static void DoSomething();
|
|
static void DoSomethingElse();
|
|
};
|
|
|