blob: b9432e8814edcda738f76a8e083398c1b4d5f51d [file] [log] [blame]
! { dg-do compile }
! { dg-options "-fmax-errors=1" }
! PR fortran/85780
subroutine s(*) bind(c) ! { dg-error "Alternate return dummy argument" }
end
! { dg-prune-output "compilation terminated" }