mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-22 04:55:50 -04:00
8 lines
72 B
C++
8 lines
72 B
C++
#include "other.h"
|
|
|
|
void
|
|
Other::DoSomethingElse()
|
|
{
|
|
DoSomething();
|
|
}
|