ref: 52f3611a79a3c494525e9a80a2e4709729782e0d dir: /types.myr/
pkg std = type size = uint32 /* spans entire address space */ type off = uint32 /* file offsets */ type intptr = uint32 /* can hold any pointer losslessly */ ;;