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