PR c++/49508
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / opeq4.C
blob37933f344a9f65e98937764174ed3c355767e29b
1 // { dg-do assemble  }
2 // PRMS Id: 4329
3 // Bug: default op= gives an warning about casting away volatile.
5 struct foo
7     volatile int bar[2];
8 };