PR tree-optimization/93683 - ICE on calloc with unused return value in ao_ref_init_fr...
[gcc.git] / gcc / testsuite / gcc.dg / pr69015.c
1 /* PR target/69015 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -fno-if-conversion" } */
4
5 void
6 foo (int c)
7 {
8 if (c)
9 __builtin_trap ();
10 }