PR debug/66535
[official-gcc.git] / gcc / testsuite / gfortran.dg / integer_exponentiation_6.F90
blob55c2543e705034532a727724d62841adb9367b66
1 ! { dg-options "-fno-range-check" }
2 program test
3   write (*), (2_8 ** 64009999_8) / 2
4 end program test