PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / darwin-weakimport-3.c
blob77ab980b12d1daea401a467014c7596ce3999bd0
1 /* { dg-do compile { target *-*-darwin* } } */
2 /* { dg-options "-fno-asynchronous-unwind-tables" } */
3 /* { dg-require-weak "" } */
5 /* { dg-final { scan-assembler-not "coalesced" } } */
7 extern void foo(void) __attribute__((weak_import));
9 void foo(void)