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