brintos

brintos / llvm-project-archived public Read only

0
0
Text · 78 B · 0971369 Raw
6 lines · c
1#ifndef A_H2#define A_H3static inline void f() {}4constexpr int n = 0;5#endif6