* config/xtensa/xtensa.c (function_arg): Generalize logic so that it
[official-gcc.git] / gcc / testsuite / gcc.dg / darwin-ld-6.c
blobe3985ea5036884b2a50f4459d335e9ff288f691e
1 /* Test Darwin linker option -nofixprebinding. */
2 /* Developed by Devang Patel <dpatel@apple.com>. */
4 /* { dg-options "-nofixprebinding" } */
5 /* { dg-do link { target *-*-darwin* } } */
7 int main()
9 return 0;