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