Skip to content

Commit 1f51c1d

Browse files
author
rasmussn
committed
Added label on one of the nullify statements.
1 parent 9650caa commit 1f51c1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/rule-tests/R638.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
real, pointer :: a
77

8-
nullify(a)
8+
13 nullify(a)
99
nullify(a%b)
1010

1111
end

0 commit comments

Comments
 (0)