3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 30 Jun 2003 <nathan@codesourcery.com>
20 Foo (__alignof__ (I));
21 Foo (__alignof__ (x));
22 Foo (x->~I ()); // { dg-error "" }
24 Foo (delete x); // { dg-error "" }
25 Foo (delete[] x); // { dg-error "" }
26 Foo (throw x); // { dg-error "" }