//ww:error "unsupported assign target shape" package main; let g: (i64, i64) = (3, 4); export fn main() i32 = { g.0 = 7; return 0; };