shithub: mc

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

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