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