brintos

brintos / llvm-project-archived public Read only

0
0
Text · 89 B · 86673e1 Raw
6 lines · c
1extern int some_val;2 3static inline int imp_foo() {4  ++some_val; return undef_impval;5}6