Skip to content

Commit d868ee7

Browse files
committed
Update test
1 parent 76820ba commit d868ee7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/functional/dim_at_label7.bas

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
REM circular dependency. Not compilable
12

23
DIM a at @b + 1
3-
DIM b at @c
4-
DIM c at @a
4+
DIM b at @c + 1
5+
DIM c at @a + 1
6+

0 commit comments

Comments
 (0)