blob: 2a6b491da5bcd48bc994f54cc116eefb3a215a77 [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* } } */
/* { dg-prune-output "-bind_at_load is deprecated" } */
int main()
{
return 0;
}