[committed][RISC-V][PR target/114139] Verify we have a CONST_INT before extracting...
[official-gcc.git] / gcc / testsuite / gcc.test-framework / dg-do-run-xrif-exp-XF.c
blob78001d1842fc19edafdde7717afa135b1896c39c
1 /* { dg-do run } */
2 /* { dg-xfail-run-if "" { *-*-* } } */
4 extern void abort (void);
6 int
7 main ()
9 abort (); /* This results in an expected failure. */