Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / parse / crash29.C
blob29ede042b9f9b7c94070d15af523bb832d1cab0e
1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 23 Aug 2005 <nathan@codesourcery.com>
4 // PR 22454: ICE
5 // Origin: Volker Reichelt reichelt@gcc.gnu.org
7 template<int> struct A
9     A(void* = &operator new);