Skip to content

Commit 60f5df2

Browse files
author
rasmussn
committed
Initial version.
1 parent f497911 commit 60f5df2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/issues/issue-36.f90

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
LOGICAL :: lopen
2+
INTEGER :: lfnord
3+
INQUIRE (UNIT=lfnord, OPENED=lopen)
4+
END PROGRAM

0 commit comments

Comments
 (0)