string fix
This commit is contained in:
@@ -9,12 +9,10 @@ export struct Human
|
||||
|
||||
extern "main" func main(args: []cstring): i64
|
||||
{
|
||||
let x = [1]Human
|
||||
let x: cstring = "test"
|
||||
|
||||
x[0] = {
|
||||
name = "oliver"
|
||||
}
|
||||
x = x + "uwu"
|
||||
|
||||
puts(x[0].name)
|
||||
puts(x)
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user