Corrected date in changelog
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / pr52634_0.c
bloba858cc1a5cff73c152e393b8efb380fbceaaabe0
1 /* { dg-require-weak "" } */
2 /* { dg-require-alias "" } */
3 /* { dg-lto-do link } */
4 /* { dg-lto-options {{-flto -r -nostdlib -flto-partition=1to1}} */
5 extern int cfliteValueCallBacks;
6 void baz (int *);
7 int main () { baz(&cfliteValueCallBacks); }