struct Foo {}; typedef struct Foo s_Foo; static __inline__ __attribute__((always_inline)) int someFunc(int x) { return x; }