Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/pr69015.c
2023-03-06 14:48:14 +01:00

10 lines
146 B
C

/* PR target/69015 */
/* { dg-do compile } */
/* { dg-options "-O2 -fno-if-conversion" } */
void
foo (int c)
{
if (c)
__builtin_trap ();
}