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