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