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