blob: 5de19524f0b74122cc8c18eb70ff968bd943063a [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 *-*-darwin* } } */
int main()
{
return 0;
}