blob: d993d83ab9dc87e89a93bde180e8d87040bfde35 [file] [log] [blame]
// PRMS Id: 4329
// Bug: default op= gives an warning about casting away volatile.
// Build don't link:
struct foo
{
volatile int bar[2];
};