shithub: mc

ref: 185f780a03fbfbb4655b7c07b3ac147980cede2d
dir: /test/sizeof.myr/

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