shithub: mc

ref: 420aa87291660b3452f42d637227b157dbf86846
dir: /test/sizeof.myr/

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