summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/opeq4.C
blob: 37933f344a9f65e98937764174ed3c355767e29b (plain)
1
2
3
4
5
6
7
8
// { dg-do assemble  }
// PRMS Id: 4329
// Bug: default op= gives an warning about casting away volatile.

struct foo
{
    volatile int bar[2];
};