aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr119612.c
blob: 82bc5d99ce70742321ef8fa05418c0f0172ec6df (plain)
1
2
3
4
5
6
7
8
9
/* PR c/119612
 * { dg-do compile }
 * { dg-options "-std=gnu23" }
 * */

int n = 3;
void a(struct { char (*p)[n]; } *);	/* { dg-warning "anonymous struct" } */
void b(struct { char (*p)[n]; } *);	/* { dg-warning "anonymous struct" } */