Removed struct keyword
This commit is contained in:
@ -24,12 +24,12 @@ main() {
|
||||
assert b.y == 4
|
||||
}
|
||||
|
||||
struct Allocator {
|
||||
Allocator {
|
||||
block *any
|
||||
current int
|
||||
}
|
||||
|
||||
struct Point {
|
||||
Point {
|
||||
x int
|
||||
y int
|
||||
}
|
Reference in New Issue
Block a user