]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr37645.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr37645.c
1 /* PR c/37645 */
2 /* { dg-do compile } */
3
4 typedef int T __attribute__((__weakref__ ("U"))); /* { dg-warning "attribute ignored" } */
5 void foo (int i __attribute__((__weakref__ ("j")))); /* { dg-warning "attribute ignored" } */