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