blob: 0dbcf631e4bc184a931ebcd28ab715583943843f [file] [log] [blame]
! { dg-do compile }
! PR fortran/20842
WRITE(UNIT=6,END=999) 0 ! { dg-error "END tag .* not allowed in output statement" }
999 CONTINUE
END