brintos

brintos / llvm-project-archived public Read only

0
0
Text · 82 B · 1c8b3f6 Raw
9 lines · c
1#ifndef FOO_H2#define FOO_H3 4int foo(int x) {5  return x + 42;6}7 8#endif // FOO_H9