brintos

brintos / llvm-project-archived public Read only

0
0
Text · 144 B · fa777f0 Raw
12 lines · cpp
1#include "test.h"2#include "test2.h"3 4namespace a {5int Foo::f() {6  return 0;7}8int Foo::f2(int a, int b) {9  return a + b;10}11} // namespace a12