blob: 6434c526ab362d75b7f0556dc98b5a35ae58ed54 [file] [log] [blame]
program basic ! basic test, adding an integer with intent in, default value 0, at position 0.
end program basic
subroutine sub(z) !<<<<< 4, 1, 4, 5, integer; intent(in) :: y, 0, 0, pass
integer, intent(in) :: z
end subroutine