1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 8 Jun 2005 <nathan@codesourcery.com>
9 template <typename T> struct TPL : A
11 using A::operator T; // { dg-error "operator float" }
15 TPL<float> j; // { dg-error "instantiated" }