Files
2023-10-13 14:01:41 +00:00

5 lines
67 B
C

__inline__ __attribute__ ((always_inline)) int f()
{
return 2;
}