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