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