blob: 1effa66d25ca519b4d5fe61c1439c22fbdf1dd23 [file] [log] [blame]
/* { dg-do compile } */
// middle-end/31579
// Expand was crashing while expanding the tree for the initializer
struct Industry {
unsigned char produced_cargo[2];
};
unsigned int a = (((unsigned long)&reinterpret_cast<const volatile
char&>((((Industry*)(char*)8)->produced_cargo[0]))) - 8);