]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/builtin-unreachable-3.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / builtin-unreachable-3.c
CommitLineData
2cb0a60d
DD
1/* Check that a function containing only __builtin_unreachable()
2 doesn't ICE. */
3/* { dg-do compile } */
4/* { dg-options "-O2" } */
5const char *
6f (void)
7{
8 __builtin_unreachable ();
9}