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