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