1 // This is a copy of g++.old-deja/g++.pt/static11.C which at one
2 // time got a SEGV for mmix-knuth-mmixware when compiled with
3 // -da (or either -dj or -df).
5 // { dg-options "-da" }
7 extern "C" void _exit (int);
15 ~A(){ r -= 2; _exit (r); }
25 template <class T> A C<T>::a;