mata: mata clear
mata: mata set matastrict on

version 10.1
mata:
struct mypoint {
        real vector coords
}
end