1  /* Test C11 static assertions.  Omitting the string not supported, but
       2     -Wno-c11-c2x-compat disables the -pedantic diagnostic for that.  */
       3  /* { dg-do compile } */
       4  /* { dg-options "-std=c11 -pedantic -Wno-c11-c2x-compat" } */
       5  
       6  _Static_assert (1);