1 2 3 4 5 6 7 8 9
/* PR c/70297 */ /* { dg-do compile } */ /* { dg-options "-g" } */ typedef int T; typedef int T __attribute__((aligned (4))); struct S { T *t; };