aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr114727.c
blob: 12949590ce09d6453449b8ed63f4623c01985e9f (plain)
1
2
3
4
5
6
/* { dg-do compile }
 * { dg-options "-std=c23 -g" } */

#define Y [[gnu::aligned(128)]]
extern struct Y foo { int x; } x;
struct foo { int x; };		/* { dg-error "redefinition" } */