blob: 261df7118d9c48f8e290157a28d2cd9c77f5147d [file] [log] [blame]
/* APPLE LOCAL file mainline 4.2 2005-12-05 4290187 */
/* { dg-do compile { target *-*-darwin* } } */
/* { dg-require-weak "" } */
/* { dg-final { scan-assembler-not "coalesced" } } */
extern void foo(void) __attribute__((weak_import));
void foo(void)
{
}