2 // { dg-options "-W " }
4 // Copyright (C) 2000 Free Software Foundation, Inc.
5 // Contributed by Nathan Sidwell 6 Febs 2001 <nathan@codesourcery.com>
7 // Bug 1765. We gave bogus warning on default initializer.
16 return new X (); // gets bogus warning
19 X x = {}; // { dg-warning "" } missing initializer