shithub: mc

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

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