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