Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attribute-may-alias-5.C
blob: 198e2bad5e558c993dd3dccb89e6acaa2425689b [
file
] [
log
] [
blame
]
// PR c++/70512
struct
S
{
S
&
operator
=
(
int
)
{
return
*
this
;
}
}
__attribute__
((
__may_alias__
));