blob: b6a6e4e4be32cba4ef07c26deff6e5252ef96d7b [file] [log] [blame]
! RUN: %S/test_errors.sh %s %t %f18
! Check calls with alt returns
CALL TEST (N, *100, *200 )
PRINT *,'Normal return'
STOP
100 PRINT *,'First alternate return'
STOP
200 PRINT *,'Secondnd alternate return'
END