shithub: mc

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

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