OSDN Git Service

gcc/testsuite/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / compat / init / array5_main.C
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
4
5 // Incorrect construction and destruction of multi-dimensional
6 // array of class.
7
8 extern void array5_x (void);
9
10 int
11 main ()
12 {
13   array5_x ();
14 }