fn main() { body := [1, 2, 3] size := *&int(body.data) eprintln('size: ${size}') }