aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/opeq4.C
blob: d993d83ab9dc87e89a93bde180e8d87040bfde35 (plain)
1
2
3
4
5
6
7
8
// PRMS Id: 4329
// Bug: default op= gives an warning about casting away volatile.
// Build don't link:

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