blob: 8541287de335cafaab680868c69b2f001e4fc87e [file] [log] [blame]
! RUN: %S/test_errors.sh %s %t %flang_fc1
! 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