shithub: mc

ref: 764129151551e13de123d391ad463c0dca9b31ee
dir: /test/sizeof.myr/

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