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