blob: 41f4f26079ad768850a355467687f2105986c4b5 [file] [log] [blame]
#include "other.h"
extern "C" void some_func();
void
Other::DoSomething()
{
some_func();
}