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