OSDN Git Service

libcpp/:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / darwin-weakimport-3.c
1 /* { dg-do compile { target *-*-darwin* } } */
2 /* { dg-options "-fno-asynchronous-unwind-tables" } */
3 /* { dg-require-weak "" } */
4
5 /* { dg-final { scan-assembler-not "coalesced" } } */
6
7 extern void foo(void) __attribute__((weak_import));
8
9 void foo(void)
10 {
11 }