brintos

brintos / llvm-project-archived public Read only

0
0
Text · 125 B · d50d010 Raw
8 lines · c
1int notInline();2 3static __inline__ __attribute__ ((always_inline)) int isInline(int a)4{5    int b = a + a;6    return b;7}8