ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gdc.dg/pr95173.d

11 lines
214 B
D
Raw Normal View History

2024-04-01 15:19:46 +00:00
// 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()
{
}