blob: 4d5696c2d10a53457b269ac34d94df3fd386f154 [file] [log] [blame]
// { dg-do assemble { xfail *-*-* } }
// Copyright (C) 2000, 2002 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 11 Jan 2001 <nathan@codesourcery.com>
// Bug 1506. We ICE'd on a struct definition inside a template parms.
// This is still not completely fixed, but now issues a diagnostic
template<class T =
struct W {}; // { dg-error "" } inside template parms
> struct S{};