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