Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
attribute-may-alias-5.C
// PR c++/70512 struct S { S& operator= (int) { return *this; } } __attribute__ ((__may_alias__));