shithub: mc

ref: 14fca46c234b6da5f79283a871cfb7275efadaf5
dir: /test/sizeof.myr/

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