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