* gcc.dg/lto/20080924_0.c: Fix defaulting to int.
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / 20081120-1_1.c
blobf55eb48a14c5d3ec593803b6fb4dfa9c3abe9049
1 extern int stat(void) __asm__("" "stat64");
2 extern inline __attribute__((gnu_inline)) int stat(void) { }
3 static void foo(void) { stat(); }