brintos

brintos / llvm-project-archived public Read only

0
0
Text · 107 B · 76e23be Raw
9 lines · c
1#ifndef COMMON_H_IN2#define COMMON_H_IN3 4struct Foo {5  int foo() { return 15; }6};7 8#endif // COMMON_H_IN9