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