foo(int x)1 static __inline__ __attribute__((__gnu_inline__)) int foo(int x) { return x + 1; }
2