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