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