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