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