Remove alloc keyword for struct
This commit is contained in:
@@ -23,7 +23,7 @@ struct Human : Test
|
||||
|
||||
func main(args: []cstring): i64
|
||||
{
|
||||
let human: Test = alloc Human {
|
||||
let human: Human = struct {
|
||||
name = "oliver"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user