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