OSDN Git Service

2004-05-20 H.J. Lu <hongjiu.lu@intel.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / darwin-ld-2.c
1 /* Test Darwin linker option -bind_at_load.  */
2 /* Developed by Devang Patel <dpatel@apple.com>.  */
3
4 /* { dg-options "-bind_at_load" } */
5 /* { dg-do link { target powerpc-*-darwin* } } */
6
7 int main()
8 {
9   return 0;
10 }
11