brintos

brintos / llvm-project-archived public Read only

0
0
Text · 72 B · 77632de Raw
8 lines · cpp
1#include "other.h"2 3void 4Other::DoSomethingElse()5{6  DoSomething();7}8