aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.dg/pr95173.d
blob: 100378357de5501f2823c904ce47ba7eff764db9 (plain)
1
2
3
4
5
6
7
8
9
10
// 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() 
{
}