libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / c2y-align-1.c
blob3f9ab18c518632c49a4ca92797604ce3fb8fda1f
1 /* Test C2Y alignof on an incomplete array type. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c2y -pedantic-errors" } */
5 int a = alignof(int[]);
6 int b = alignof(int[][1]);