(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.dg/
pr95173.d
// 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() 
{
}