blob: 37933f344a9f65e98937764174ed3c355767e29b [file] [log] [blame]
// { dg-do assemble }
// PRMS Id: 4329
// Bug: default op= gives an warning about casting away volatile.
struct foo
{
volatile int bar[2];
};