brintos

brintos / llvm-project-archived public Read only

0
0
Text · 78 B · 9b03666 Raw
7 lines · c
1extern int exfunc(int a);2 3static inline int hfunc1()4{5  return exfunc(1);6}7