shithub: mc

ref: 8c2fb645b95fa69e53e910102c601f3a80007251
dir: /test/sizeof.myr/

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