3 // Copyright (C) 2004 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 21 Jul 2004 <nathan@codesourcery.com>
6 // { dg-final { scan-assembler "_ZNK2A1cviEv" } }
10 operator int () const; // this one
15 template<typename T> operator T () const;