mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-21 20:45:53 -04:00
11 lines
97 B
C++
11 lines
97 B
C++
#include "other.h"
|
|
|
|
extern "C" void some_func();
|
|
|
|
void
|
|
Other::DoSomething()
|
|
{
|
|
some_func();
|
|
}
|
|
|