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