Removed struct keyword
This commit is contained in:
parent
42e7c8a306
commit
1a2c21de15
18 changed files with 44 additions and 40 deletions
|
@ -24,12 +24,12 @@ main() {
|
|||
assert b.y == 4
|
||||
}
|
||||
|
||||
struct Allocator {
|
||||
Allocator {
|
||||
block *any
|
||||
current int
|
||||
}
|
||||
|
||||
struct Point {
|
||||
Point {
|
||||
x int
|
||||
y int
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue