summaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/pr70297.c
blob: 70a4f15cd22ae9e3e87fccf73640800e013e56c0 (plain)
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;
};