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