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