ref: dc8e174e08b7ec8ee9a09bb02c70123a12b595be dir: /test/sizeof.myr/
use std /* checks that sizeof() works. exits with 4. */ const main = { std.exit(sizeof(int)) }