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