shithub: mc

ref: 28318bd41da29f6e406c55247414cdcf3d071a30
dir: /test/sizeof.myr/

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