blob: ec2f8079a192d142e799e8bafdd83223cdb43b2d [file] [log] [blame]
program whitespacevariablename ! Tests that a variable name cannot be set to just white space.
end program whitespacevariablename
subroutine sub(z) !<<<<< 4, 1, 4, 5, integer; intent(inout) :: , 0, 0, fail-final
integer, intent(in) :: z
end subroutine