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