* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git] / gcc / testsuite / gcc.dg / darwin-weakimport-3.c
blobde6458c739827988935514df2b2a6a2d1e98bf79
1 /* { dg-do compile { target *-*-darwin* } } */
2 /* { dg-require-weak "" } */
4 /* { dg-final { scan-assembler-not "coalesced" } } */
6 extern void foo(void) __attribute__((weak_import));
8 void foo(void)