Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/c2x-static-assert-1.c

6 lines
154 B
C

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