OSDN Git Service

gcc/fortran:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / return_1.f90
1 ! { dg-do compile }
2 ! Test cases where no blank is required after RETURN
3 subroutine sub(*)
4 return(1)
5 return1 ! { dg-error "" }
6 end subroutine