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