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