blob: 67d8e1e7e9aa9355b1633ee9c23f23b34a0746f5 [file] [log] [blame]
void foo (void) {
_Bool d;
long double _Complex *s;
d = *s++;
}