rt_gccstream/gcc/testsuite/gcc.dg/darwin-ld-2.c

12 lines
212 B
C

/* 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;
}