2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / ctor1_main.C
bloba188b46da867fe80719a89d56b229f477067536d
1 // Copyright (C) 2001 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 26 Dec 2001 <nathan@nathan@codesourcery.com>
3 // PR 411
5 // Split into pieces for binary compatibility testing October 2002
7 extern void ctor1_x (void);
9 int
10 main ()
12   ctor1_x ();