2 // Copyright (C) 2002 Free Software Foundation
3 // Contributed by Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5 // Incorrect construction and destruction of multi-dimensional
8 extern "C" void abort();
9 extern "C" int printf(const char *, ...);
22 printf("ctor %p\n", static_cast<void *>(this));
30 printf("dtor %p\n", static_cast<void *>(this));
42 for (num = 0; num <= 8; ++num) {