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