/* Test C2x static assertions.  Omitting the string supported.  */
/* { dg-do compile } */
/* { dg-options "-std=c2x -pedantic" } */

_Static_assert (1);
