2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / init / array5_main.C
blob96b2cc4b12bdf46a12d8c5d8d2dbeeaa565bddde
1 // Copyright (C) 2002 Free Software Foundation
2 // Contributed by Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3 // Split into pieces for binary compatibility testing October 2002
5 // Incorrect construction and destruction of multi-dimensional
6 // array of class.
8 extern void array5_x (void);
10 int
11 main ()
13   array5_x ();