[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attrib28.C
blob2f18d418418d020fc867052b98f6b39671267c48
1 // PR c++/28558
2 // { dg-options "" }
4 struct A
6   A(int) { }
7 };
9 int main()
11   A a = (A __attribute__((unused)))0; // { dg-warning "attribute" }