1// { dg-do assemble  }
2// PRMS Id: 4329
3// Bug: default op= gives an warning about casting away volatile.
4
5struct foo
6{
7    volatile int bar[2];
8};
9