[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attribute-may-alias-5.C
blob198e2bad5e558c993dd3dccb89e6acaa2425689b
1 // PR c++/70512
3 struct S 
5   S& operator= (int)
6   {
7     return *this;
8   }
9 } __attribute__ ((__may_alias__));