(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
c2x-static-assert-1.c
       1  /* Test C2x static assertions.  Omitting the string supported.  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-std=c2x -pedantic" } */
       4  
       5  _Static_assert (1);