C++: fix-it hint for missing "typename" (PR c++/63392)
[official-gcc.git] / gcc / testsuite / gfortran.dg / implied_do_2.f90
blob5078ac804d329d91ad9496d367914939926ac9df
1 ! { dg-do compile }
2 ! PR fortran/56667
3 program error_message
4 implicit none
5 integer :: ir
6 write(*,*) ( ir, ir = 1,10 ! { dg-error "Expected a right parenthesis" }
7 end program error_message