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