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