blob: 33a9c86d9cd1f862ae0e750848ba4f2faf0ab367 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* 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;
}
|