aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/countof-no-compat.c
blob: 4a244cf222f607486675a42b516c16fed09095c6 (plain)
1
2
3
4
5
/* { dg-do compile } */
/* { dg-options "-std=c23 -pedantic-errors -Wno-c23-c2y-compat" } */

int a[1];
int b[_Countof(a)];