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