blob: 73d25000c915c3cbf757d8ed0c73c83ffc0193fc [file] [log] [blame]
extern int stat(void) __asm__("" "stat64");
extern inline int stat(void) { }
static void foo(void) { stat(); }