summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr69015.c
blob: 9e75db9d0e75f3ecfb03b3cc0abf7d52d265c1d4 (plain)
1
2
3
4
5
6
7
8
9
10
/* PR target/69015 */
/* { dg-do compile } */
/* { dg-options "-O2 -fno-if-conversion" } */

void
foo (int c)
{
  if (c)
    __builtin_trap ();
}