brintos

brintos / llvm-project-archived public Read only

0
0
Text · 67 B · b608d71 Raw
6 lines · cpp
1#include "foo.h"2 3int foo_func() { return 43; }4 5int foo_var = 44;6