blob: 6356c46855b23aec609c36f8cff7397e702aaf7b [file] [log] [blame]
! RUN: %S/test_errors.sh %s %t %f18
! Functions cannot use alt return
REAL FUNCTION altreturn01(X)
!ERROR: RETURN with expression is only allowed in SUBROUTINE subprogram
RETURN 1
END