shithub: mc

ref: bfc805b917c01cda249a266bf1fcdaacb699942c
dir: /test/sizeof.myr/

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