1extern int stat(void) __asm__("" "stat64");
2extern inline __attribute__((gnu_inline)) int stat(void) { }
3static void foo(void) { stat(); }
4