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