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