aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr120303.c
blob: caeff9290abd6e348aaa1d3d4929cd571b6a724d (plain)
1
2
3
4
5
/* { dg-do compile } */
/* { dg-options "-std=c2y" } */

int t = _Generic (char(1));	/* { dg-error "before numeric constant" } */