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