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