blob: 33a9c86d9cd1f862ae0e750848ba4f2faf0ab367 [file] [log] [blame]
/* Test Darwin linker option -bind_at_load. */
/* Developed by Devang Patel <dpatel@apple.com>. */
/* { dg-options "-bind_at_load" } */
/* { dg-do link { target powerpc-*-darwin* } } */
int main()
{
return 0;
}