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