]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/real-const-1.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / real-const-1.c
CommitLineData
a47564c8
RS
1/* PR middle-end/21781. */
2/* { dg-do compile } */
928c19bb 3/* { dg-options "-Wall" } */
a47564c8 4
928c19bb 5int foo(void) { if (.0e200000000 == 0 ) return 1; }