blob: 70a4f15cd22ae9e3e87fccf73640800e013e56c0 [file] [log] [blame]
/* PR c/70297 */
/* { dg-do compile } */
/* { dg-options "-g" } */
typedef int T;
typedef int T __attribute__((aligned (4)));
struct S {
T *t;
};