Skip to content

Commit 3f80c34

Browse files
author
rasmussn
committed
Added multidimension coscript.
1 parent 1622a77 commit 3f80c34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/rule-tests/R614.f90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
!! R614 coindexed-named-object
22
! is data-ref
33
!
4-
co[3] = 1
4+
co[3,1] = 1
5+
b = co[3]
56

67
end

0 commit comments

Comments
 (0)