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