shithub: mc

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

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