shithub: mc

ref: 75162b207cf3012bfa26d064787026bb044ad220
dir: /test/sizeof.myr/

View raw version
use std
/* checks that sizeof() works. exits with 4. */
const main = {
	std.exit(sizeof(int))
}