blob: b9432e8814edcda738f76a8e083398c1b4d5f51d (
plain)
1
2
3
4
5
6
|
! { 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" }
|