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