PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / pr45721_1.c
blob05d854f9f26db816391e7ed6ed140153ee233fc5
1 static void bar(void) __attribute__ ((weakref("baz")));
2 void *x = (void *)bar;