3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 25 Aug 2003 <nathan@codesourcery.com>
5 // Origin pr 11871 Dirk Mueller <mueller@kde.org>
7 // PR c++/11871 Regression
20 template<typename T> class B : public A
23 typedef A::result result;
29 for(float result = 1.0;;);