Home | History | Annotate | Download | only in Inputs
      1 __inline__ __attribute__ ((always_inline)) int f()
      2 {
      3   return 2;
      4 }
      5