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