shithub: mc

ref: 9d11b6dbcecb0ed2013043bbff1dea9ac0355c7b
dir: /test/sizeof.myr/

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