//ww:error "duplicate field" package main; type d = struct { a: i32, b: i32, a: i32 }; fn main() i32 = { let p: *d = nil; return 0; };