921e5a0eb4
From-SVN: r14840
9 lines
146 B
C
9 lines
146 B
C
// PRMS Id: 4329
|
|
// Bug: default op= gives an warning about casting away volatile.
|
|
// Build don't link:
|
|
|
|
struct foo
|
|
{
|
|
volatile int bar[2];
|
|
};
|