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