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