3 // Copyright 2002 Free Software Foundation
4 // Contributed by Jason Merrill <jason@redhat.com>
6 // Make sure the GNU extension of accepting dropping cv-qualifiers for
7 // the implicit this argument does not kick in when taking the address
8 // of an object, since this extension would change the meaning of a
9 // well-defined program.
12 A* operator&() { return 0; }