shithub: mc

ref: 1a2c2337f0d396de9433341d799b99882635bcac
dir: /test/sizeof.myr/

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