2 // Copyright (C) 2000, 2002 Free Software Foundation, Inc.
3 // Contributed by Nathan Sidwell 14 Nov 2000 <nathan@codesourcery.com>
5 // bug 616. We failed to complete the type of decls in templates, leading to
16 Z z; // { dg-error "" } incomplete
28 Z z1; // { dg-error "" } incomplete
36 Z z2; // { dg-error "" } incomplete
40 template void f<3> ();