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