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