Files
2026-08-11 20:38:38 +02:00

7 lines
88 B
Plaintext

main func() i32 {
items [3]mut i32 := undefined
i u32 := 1
items[i] = 42
return 0
}