4 lines
71 B
C
4 lines
71 B
C
__inline__ __attribute__ ((always_inline)) int f(void)
|
|
{
|
|
return 2;
|
|
}
|