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