[PR c/84293] Unexpected strict-alias warning
[official-gcc.git] / gcc / testsuite / c-c++-common / pr82872.c
blob745d6225585de7f63127f88dea393cf58a892e58
1 /* PR c++/82872 */
2 /* { dg-do compile } */
4 #include <stddef.h>
6 struct S { int i, a[1]; };
8 size_t foo (void)
10 return offsetof (struct S, a[__PTRDIFF_MAX__]);