3 // Copyright (C) 2002 Free Software Foundation, Inc.
4 // Contributed by Michael Matz 03 Mar 2002 <matz@suse.de>
5 // instance of an actual pattern in 252.eon from SPEC2000
7 // The last Wrapper<char> once wasn't completed when applying '='.
13 Wrapper (const Wrapper<char>& ref);
19 T * operator[](int x);
25 Element< Wrapper <unsigned char> > elem;
26 elem[1][1] = Wrapper<char> (bla);