Skip to content

Commit 9650caa

Browse files
author
rasmussn
committed
Added deallocate stmt from NOTE 6.22
1 parent fb4c746 commit 9650caa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/rule-tests/R640.f90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77
deallocate(a,stat=i)
88
deallocate(a, stat=i, errmsg=m)
99

10+
! NOTE 6.22
11+
DEALLOCATE (X, B)
12+
1013
end

0 commit comments

Comments
 (0)