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