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