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