FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / crash20.C
blob44f35c381cfa74c90389802d20fdf25f8c7bfac0
1 // Build don't link: 
2 // GROUPS passed old-abort
3 #include <complex>
4 typedef std::complex<double> Complex;
6 Complex ComputeVVself()
8 Complex temp1;
9 Complex self[3][3];
11    self[1][2] = 100.0;
12    return self[1][2];