C++程序  |  5行  |  67 B

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