1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 16 Jun 2005 <nathan@codesourcery.com>
4 // Crash when compiler is optimized
5 // Origin: Andrew Pinski pinskia@gcc.gnu.org
7 struct facet { virtual ~facet(); };
9 struct ctype : facet, ctype_base {};