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