blob: 78f1f4e29ed4d89e4595aa91445450dff10a4d32 [file] [log] [blame]
program test
implicit none
private
public helpMe
real, optional :: blah, hi
contains
subroutine helpMe
end subroutine
end program test