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