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