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