C++: fix-it hint for missing "typename" (PR c++/63392)
[official-gcc.git] / gcc / testsuite / gfortran.dg / ishft_2.f90
blob6c5bd6f2b313ee965d975cd2251b79b9a62054dc
1 ! { dg-do run }
2 program ishft_2
3 if ( ishftc(3, 2, 3) /= 5 ) STOP 1
4 if ( ishftc(256+3, 2, 3) /= 256+5 ) STOP 2
5 if ( ishftc(1_4, 31)+1 /= -huge(1_4) ) STOP 3
6 end program