shithub: mc

ref: 4ea133ddac02791432ad26864fbdad4f1d49120f
dir: /test/sizeof.myr/

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