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