FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / p4238.C
blob2499a6d4015832a850ba2c49551ef796fefed237
1 // This showed a problem with default op=
2 // Build don't link:
3 // prms-id: 4238
5 struct sigcontext {
6   int sc_wbuf[31][25];
7 };              // gets bogus error - default op= seems broken