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