OSDN Git Service

2006-10-04 Paul Thomas <pault@gcc.gnu.org>
[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