1 2 3 4 5 6
/* Test C2Y alignof on an incomplete array type. */ /* { dg-do compile } */ /* { dg-options "-std=c2y -pedantic-errors" } */ int a = alignof(int[]); int b = alignof(int[][1]);