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