shithub: mc

ref: 8ecdf73fad606722a6f2c05f53ad619c21bf84de
dir: /test/sizeof.myr/

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