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