Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gdc.dg / pr95173.d
blob100378357de5501f2823c904ce47ba7eff764db9
1 // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95173
2 // { dg-do compile }
3 // { dg-options "-Wattributes" }
5 import gcc.attributes;
7 @attribute("foo") // { dg-warning "unknown attribute .foo." }
8 void f95173()