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