c: New C2x keywords
[platform/upstream/gcc.git] / gcc / testsuite / gcc.dg / c2x-align-6.c
1 /* Test C2x alignof returning minimum alignment for a type.  */
2 /* { dg-do run } */
3 /* { dg-options "-std=c2x -pedantic-errors" } */
4
5 #define _Alignas alignas
6 #define _Alignof alignof
7
8 #include "c11-align-6.c"