shithub: mc

ref: 9081efe5029aeec79bb63636097f9cf9d18194ef
dir: /test/sizeof.myr/

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