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