blob: afccca3c11e81fb5083259b26317b83ee922a504 [file] [log] [blame]
program test
implicit none
logical a /.true./
print *,'A = ', a
end program test