Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / c-c++-common / pr70297.c
blob70a4f15cd22ae9e3e87fccf73640800e013e56c0
1 /* PR c/70297 */
2 /* { dg-do compile } */
3 /* { dg-options "-g" } */
5 typedef int T;
6 typedef int T __attribute__((aligned (4)));
7 struct S {
8 T *t;
9 };