Introduce GFC_STD_UNSIGNED.
[official-gcc.git] / gcc / testsuite / gcc.dg / darwin-ld-2.c
blob2a6b491da5bcd48bc994f54cc116eefb3a215a77
1 /* Test Darwin linker option -bind_at_load. */
2 /* Developed by Devang Patel <dpatel@apple.com>. */
4 /* { dg-options "-bind_at_load" } */
5 /* { dg-do link { target *-*-darwin* } } */
6 /* { dg-prune-output "-bind_at_load is deprecated" } */
8 int main()
10 return 0;