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