shithub: mc

ref: 23626785a460ead2c439e2b73209b9b1dc83d552
dir: /test/sizeof.myr/

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