2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / operator1.C
blob0894b1e237710e4b6e6586e51dd6ea23c4ad879b
1 // { dg-do assemble  }
2 // Copyright (C) 2000 Free Software Foundation, Inc.
3 // Contributed by Nathan Sidwell 7 Nov 2000 <nathan@codesourcery.com>
4 // Origin: bug 510 wolfgang.bangerth@iwr.uni-heidelberg.de
6 struct Example {
7 template <class U> void operator= (U);
8 };
10 template <>
11 void Example::operator=<double> (double);