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