brintos

brintos / llvm-project-archived public Read only

0
0
Text · 71 B · 534408a Raw
5 lines · c
1__inline__ __attribute__ ((always_inline)) int f(void)2{3  return 2;4}5