var source: [3]Int := [3]Int{ 1, 2, 3} target: ^Int := source.ptr (* @Error Variable initializers must be constant expressions *) end.