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