//ww:run-exit 50 package main; type nd = struct { name: str, x: i32 }; fn main() i32 = { let arr: [4]nd; arr[2].x = 50; return arr[2].x; };