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