Make transitive relations an oracle option
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / crash20.C
blob93dc58cb150ae0418b4c261ba02271563d7f85a3
1 // { dg-do assemble  }
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];