blob: 100378357de5501f2823c904ce47ba7eff764db9 [file] [log] [blame]
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95173
// { dg-do compile }
// { dg-options "-Wattributes" }
import gcc.attributes;
@attribute("foo") // { dg-warning "unknown attribute .foo." }
void f95173()
{
}