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