Skip to content

Commit 5e0489f

Browse files
committed
v2: gen.c: fix the new basic test
1 parent 87e0339 commit 5e0489f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module main
22

33
struct Point {
4+
mut:
45
x int
56
y int
67
}

0 commit comments

Comments
 (0)