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