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