8sa1-gcc/gcc/testsuite/g++.old-deja/g++.jason/opeq4.C
Jeff Law 921e5a0eb4 Initial revision
From-SVN: r14840
1997-08-19 01:34:40 -06:00

9 lines
146 B
C

// PRMS Id: 4329
// Bug: default op= gives an warning about casting away volatile.
// Build don't link:
struct foo
{
volatile int bar[2];
};