shithub: mc

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

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