Am Fr., 24. Juli 2020 um 10:56 Uhr schrieb Florian Weimer <fwei...@redhat.com>:
> This is the case that is unclear: > > double x[2]; > double *p = &x[1]; > > The standard explicitly says “first element of an array”. That's fine as well, I think. "x + 1" just points to an array of length 1 in memory.