Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / c-c++-common / torture / pr57945.c
blob0803e8ff21f9639dc5e07e6826918a217b7ea50c
1 /* PR c++/57945 */
2 /* { dg-do compile } */
4 extern int j;
5 static int i __attribute__((weakref("j")));
7 int
8 foo (void)
10 return &i ? i : 0;