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