shithub: mc

ref: d1cd9059e7ba9476c0be23a7dcfe03a0289d3c15
dir: /test/sizeof.myr/

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