/* PR c++/82872 */ /* { dg-do compile } */ #include struct S { int i, a[1]; }; size_t foo (void) { return offsetof (struct S, a[__PTRDIFF_MAX__]); }