blob: c1e8a17989b596459eb96465c3459e940342eed0 [file] [log] [blame]
// PR c++/81607
int a;
struct b {
long c : 32;
} d;
char f = (903092 ? int(d.c) : 0) << a;