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