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