1 /* { dg-require-alias "" } */
2 extern void abort (void);
4 __attribute__ ((weak
,noinline
))
9 __attribute ((alias("test")))
10 static void test2(void);
14 int prev
= test2count
;
15 /* This call must bind locally. */
17 if (test2count
== prev
)