aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/p4238.C
blob: 2499a6d4015832a850ba2c49551ef796fefed237 (plain)
1
2
3
4
5
6
7
// This showed a problem with default op=
// Build don't link:
// prms-id: 4238

struct sigcontext {
  int sc_wbuf[31][25];
};		// gets bogus error - default op= seems broken