brintos

brintos / llvm-project-archived public Read only

0
0
Text · 97 B · 41f4f26 Raw
11 lines · cpp
1#include "other.h"2 3extern "C" void some_func();4 5void 6Other::DoSomething()7{8  some_func();9}10 11