PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / darwin-ld-1.c
blob60761577e017be8bdac895aab8b23c7f8c25aeb1
1 /* Test Darwin linker option -all_load. */
2 /* Developed by Devang Patel <dpatel@apple.com>. */
4 /* { dg-options "-all_load" } */
5 /* { dg-do link { target *-*-darwin* } } */
7 int main()
9 return 0;