]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/c2x-align-6.c
testsuite: Refer more consistently to C23 not C2X
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / c2x-align-6.c
1 /* Test C23 alignof returning minimum alignment for a type. */
2 /* { dg-do run } */
3 /* { dg-options "-std=c23 -pedantic-errors" } */
4
5 #define _Alignas alignas
6 #define _Alignof alignof
7
8 #include "c11-align-6.c"